arkworks-rs / groth16

A Rust implementation of the Groth16 zkSNARK
https://www.arkworks.rs
Apache License 2.0
252 stars 101 forks source link

Replace `rand` with `ark_std::rand` #23

Closed weikengchen closed 3 years ago

weikengchen commented 3 years ago

Description

This PR replaces the use of rand with ark_std::rand.


weikengchen commented 3 years ago

No changelog entry is added since it does not belong to any of the three categories.

weikengchen commented 3 years ago

In fact, it still depends on the rand, but from ark_std, and it depends on the same version 0.7.

weikengchen commented 3 years ago

A bump to the new version 0.8 would be done after individual repos' dependency on rand is removed (otherwise there would be an error).