Skip to content

Commit 69fc44f

Browse files
committed
fixup! Add initial zig bindings.
1 parent 877819f commit 69fc44f

File tree

5 files changed

+643
-414
lines changed

5 files changed

+643
-414
lines changed

bindings/zig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# blst for [Zig](https://ziglang.org/)
22

3-
The object-oriented interface is modeled after [C++ interface](../blst.hpp), but for the moment of this writing is a subset of it, sufficient to produce and verify individual and aggregated signatures. See [tests.zig](tests.zig) for usage examples.
3+
The object-oriented interface is modeled after [C++ interface](../blst.hpp), but for the moment of this writing is a subset of it, sufficient to produce and verify individual and aggregated signatures. See [tests.zig](tests.zig) for usage examples. C symbols are available with `blst.c.` prefix instead of `blst_`, e.g. `blst_pairing_sizeof` is accessible as `blst.c.pairing_sizeof`.
44

55
## Adding dependency to your project
66

0 commit comments

Comments
 (0)