status-im / nim-blst

A Nim wrapper for Supranational BLST (BLS12-381 curve + BLS signature scheme)
Other
8 stars 1 forks source link

blst

This is a proof-of-concept wrapper of SupraNational BLST library https://github.com/supranational/blst The wrapper is being integrated directly in our BLSCurve as an optimized alternative BLS backend https://github.com/status-im/nim-blscurve

As such this wrapper is unmaintained.

Installation

You can install the developement version of the library through nimble with the following command

nimble install https://github.com/status-im/nim-blst@#master

Contributing

When submitting pull requests, please add test cases for any new features or fixes and make sure nimble test is still able to execute the entire test suite successfully.

License

Licensed and distributed under either of

at your option. This file may not be copied, modified, or distributed except according to those terms.