mirror of
https://github.com/status-im/nim-blscurve-backup.git
synced 2025-02-17 03:57:08 +00:00
Nim BLS12-381 Curve implementation
This library uses sources from AMCL and Milagro-Crypto-C.
Current curve supported:
- BLS12-381 (ZK-SNARKS)
Installation
You can install the developement version of the library through nimble with the following command
nimble install https://github.com/status-im/nim-blscurve
Keeping track of upstream
To keep track of upstream:
- Update the submodule.
- Execute
nim e milagro.nims amcl/version3/c blscurve/csources
- Test
- Commit
License
Licensed and distributed under either of
- MIT license: LICENSE-MIT or http://opensource.org/licenses/MIT
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option. This file may not be copied, modified, or distributed except according to those terms.
Description
Languages
C
87.7%
Nim
12.3%