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

Add test for default init sig #117

Closed mratsim closed 3 years ago

mratsim commented 3 years ago

Apparently we have CookedSig issues in Altair sending 0x0000...0000 instead of 0xc000...0000.

This ensures that the issue is not within blscurve