apache / incubator-milagro-crypto-rust

Apache Milagro Crypto Library - Rust Version
https://milagro.apache.org/
Apache License 2.0
31 stars 19 forks source link

Update to bls signatures standard v4 #45

Closed kirk-baird closed 3 years ago

kirk-baird commented 3 years ago

What has been changed

BLS12-381 has been updated to version 4 of the BLS signatures standard. The changes are to prevent SK = 0 being a valid key.

Also hash to curve has been updated to version 9 of the standard which has no relevant changes for BLS12-381.

kealan commented 3 years ago

Hi Kirk There are some conflicts that need to be resolved

kirk-baird commented 3 years ago

Hi Kirk There are some conflicts that need to be resolved

Should all be resolved now :)