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

Deal with strict C compilers #146

Closed arnetheduck closed 1 year ago

arnetheduck commented 1 year ago

We need a declaration for blst_ wrappers, and it needs to be unique or strict C99 compilers will complain about missing declaration (see https://github.com/status-im/nimbus-eth2/issues/4237)

arnetheduck commented 1 year ago

Test failure on devel is unrelated