zkcrypto / pairing

Pairing-friendly elliptic curve library.
Other
341 stars 120 forks source link

Consider upgrading the rand crate to a version >= 0.5 #105

Closed huitseeker closed 5 years ago

huitseeker commented 5 years ago

The rand crate hereby used is 0.4, while the latest is is now 0.7 and most downstream Rust projects are upgraded to 0.6.x. Specifically the Rand trait is deprecated.

See also https://github.com/zcash/librustzcash/issues/60 and the Upgrade guide

burdges commented 5 years ago

Appears done in https://github.com/zcash/librustzcash/issues/60

I think https://github.com/filecoin-project/pairing might accept a pull request for a similar upgrade

str4d commented 5 years ago

We will be upstreaming our changes from https://github.com/zcash/librustzcash shortly.

str4d commented 5 years ago

This has been done.