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

Work-around https://github.com/supranational/blst/issues/29 #139

Closed zah closed 2 years ago

zah commented 2 years ago

Without this fix, compilations of dependent projects might fail depending on the specific library functions being used. See the failing CI runs of https://github.com/status-im/nimbus-eth2/pull/3616/commits/ced861e2c9656c92171ae452aa9acbf09b99b265 as an example.