Zig wrapper for supranational/blst native bindings, a highly performant BLS12-381 signature library.
- clone blst to root:
git clone --recurse-submodules https://github.com/supranational/blst.git
zig build
- locate
zig-out/lib/libblst-z.dylib
(could be diffrerent name in other OSs) and continue the test below