ZenGo-X / curv

Rust language general purpose elliptic curve cryptography.
MIT License
264 stars 111 forks source link

Update secp256k1 dependency, remove rand_legacy. #172

Open tmpfs opened 1 year ago

tmpfs commented 1 year ago

Paves the way to upgrade to rand:0.8 by updating the secp256k1 dependency to latest and removing the obsolete rand_legacy dependency.

tmpfs commented 1 year ago

Note that we can't update from 0.7 to 0.8 of rand unless we can get ff-zeroize updated, see: https://github.com/algorand/ff-zeroize/pull/2