status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

Use the new EF test vectors #121

Closed mratsim closed 2 years ago

mratsim commented 2 years ago

Use the new EF test vectors at https://github.com/ethereum/bls12-381-tests

mratsim commented 2 years ago

Additionally Miracl deserialization has been tightened, closing #64 #74

mratsim commented 2 years ago

Removing NimYAML also closes #39