We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec8f70 commit 870c902Copy full SHA for 870c902
crates/gpu-prover/src/utils.rs
@@ -1,7 +1,7 @@
1
use super::*;
2
use bellman::pairing::{CurveAffine, GenericCurveProjective};
3
use core::ops::Range;
4
-use rand::{thread_rng, Rng};
+use franklin_crypto::rand::{thread_rng, Rng};
5
6
pub(crate) fn generate_scalars_to_buf<F: PrimeField>(worker: &Worker, buf: &mut [F]) {
7
assert!(buf.len().is_power_of_two());
0 commit comments