mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
parent
aae2c9d16f
commit
f2ed563da9
@ -111,7 +111,7 @@ fn fri_committed_trees<F: Field + Extendable<D>, const D: usize>(
|
||||
}
|
||||
|
||||
fn fri_proof_of_work<F: Field>(current_hash: HashOut<F>, config: &FriConfig) -> F {
|
||||
(0..u64::MAX)
|
||||
(0..=F::NEG_ONE.to_canonical_u64())
|
||||
.into_par_iter()
|
||||
.find_any(|&i| {
|
||||
hash_n_to_1(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user