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

Deserialization of ECP2_BLS381 is not stable. #9

Closed cheatfate closed 6 years ago

cheatfate commented 6 years ago

ECP2_BLS381 object original value is not equal to deserialized ECP2_BLS381 object value, difference is in XRES fields of FP_BLS381. Its not critical but still needs investigation.