filecoin-project / bls-signatures

BLS Signatures in Rust
Other
74 stars 44 forks source link

fix: use newest version of ff, group and pairing #60

Closed vmx closed 1 year ago

vmx commented 1 year ago

Upgrade to ff v0.13, group v0.13 and pairing v0.23.

This commit also specifies the minimum supported Rust version (1.59.0).

BREAKING CHANGE: Changes on the ff traits mean a breaking change.