filecoin-project / bls-signatures

BLS Signatures in Rust
Other
72 stars 43 forks source link

Is there a specific standard documented somewhere that this crate adheres to? #40

Open McFranko opened 3 years ago

McFranko commented 3 years ago

title

taegyunkim commented 1 year ago

Some comments in this repository refers to V2 https://github.com/filecoin-project/bls-signatures/blob/0da49c1c8eb7bdea9c531dc873a9a8432f88a35b/src/signature.rs#L144 I don't know either whether this crate implements newer drafts.

By default, this crate uses bls12_381 v0.7.0 with experimental feature, and that implements Hashing to Curves V12 https://github.com/zkcrypto/bls12_381/blob/34dab74ae44cd77dfa867928dd2e6c8383d8dc9d/README.md?plain=1#L18