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

[Ready] Hash to curve draft 7 + BLS signature draft 2 #58

Closed mratsim closed 4 years ago

mratsim commented 4 years ago

This updates our library to Eth v0.12.x.

A toggle BLS_ETH2_SPEC=="v0.11.x" or BLS_ETH2_SPEC=="v0.12.x" is provided for backward compatibility with the witti testnet (on 0.11.3) and fuzzing

The test vectors are:

Notable:

mratsim commented 4 years ago

Before merging, we have 2 possibilities:

Default to 0.12.x or default to 0.11.x

tersec commented 4 years ago

Before merging, we have 2 possibilities:

Default to 0.12.x or default to 0.11.x

It seems like 0.11.x is the status quo and would enable immediate drop-in, since 0.12 won't be ready otherwise for some days.