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

Fix nbc #71

Closed mratsim closed 4 years ago

mratsim commented 4 years ago

keygen_eip2333 was missing a test for sizeof(int) == 8

This pR moves all the test in a single place and defines global consts instead.