Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 385 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 385 Bytes

blst-z

Zig wrapper for supranational/blst native bindings, a highly performant BLS12-381 signature library.

How to build

  • 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