Skip to content

Zig wrapper for [supranational/blst](https://github.com/supranational/blst) native bindings, a highly performant BLS12-381 signature library.

Notifications You must be signed in to change notification settings

ChainSafe/blst-z

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Zig wrapper for [supranational/blst](https://github.com/supranational/blst) native bindings, a highly performant BLS12-381 signature library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages