bls_sigs_ref
bls_sigs_ref copied to clipboard
sgn0 and test vector fix
This update changes the sgn0 function used by hash-to-curve to match the one in the latest hash-to-curve draft.
Two things to note:
-
The serialization/deserialization procedures still use "big endian" signedness, in the way that ZCash does. This is because folks appear to want compatibility with the ZCash format.
-
The rust code in this update relies on pairing-plus 0.20.0, which is not yet published to crates.io.