bls_sigs_ref icon indicating copy to clipboard operation
bls_sigs_ref copied to clipboard

sgn0 and test vector fix

Open kwantam opened this issue 4 years ago • 0 comments

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:

  1. 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.

  2. The rust code in this update relies on pairing-plus 0.20.0, which is not yet published to crates.io.

kwantam avatar Sep 07 '20 05:09 kwantam