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

Upgrade BLST - SHA256 ARM fix … #88

Closed mratsim closed 3 years ago

mratsim commented 3 years ago

This upgrades BLST with support for latest commit

https://github.com/supranational/blst/commit/bf7f1e6b5f1297005f99b6ba44d7c517f6f36ffb

which allows us to remove the hotfix https://github.com/status-im/nim-beacon-chain/pull/1753