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

Switch to sha256 #23

Closed mratsim closed 5 years ago

mratsim commented 5 years ago

The official EF test vectors switch to sha256 on May 28 in commit https://github.com/ethereum/eth2.0-spec-tests/commit/cfc6e3c91d781f0dfe493ceb548391f5e88e54c7.

This fixes:

and will allow updating to the latest test suite https://github.com/status-im/nim-beacon-chain/pull/293