Skip to content

Commit 870c902

Browse files
committed
Update import
1 parent 5ec8f70 commit 870c902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gpu-prover/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use super::*;
22
use bellman::pairing::{CurveAffine, GenericCurveProjective};
33
use core::ops::Range;
4-
use rand::{thread_rng, Rng};
4+
use franklin_crypto::rand::{thread_rng, Rng};
55

66
pub(crate) fn generate_scalars_to_buf<F: PrimeField>(worker: &Worker, buf: &mut [F]) {
77
assert!(buf.len().is_power_of_two());

0 commit comments

Comments
 (0)