2019-01-31 00:16:38 +02:00
2019-01-30 14:13:03 +02:00
2019-01-30 14:13:03 +02:00
2019-01-30 14:13:03 +02:00
2019-01-30 14:15:10 +02:00
2019-01-30 14:13:03 +02:00
2019-01-30 14:13:03 +02:00
2019-01-30 14:13:03 +02:00
2019-01-30 14:13:03 +02:00
2019-01-30 16:32:30 +02:00

Nim BLS12-381 Curve implementation

Build Status Build status

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

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

Description
Nim implementation of Barreto-Lynn-Scott (BLS) curve BLS12-381.
Readme
Languages
C 87.7%
Nim 12.3%