mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
Remove comment
This commit is contained in:
parent
e22da77b34
commit
1732399f05
@ -118,7 +118,6 @@ fn fri_proof_of_work<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, c
|
||||
challenger: &mut Challenger<F, C::Hasher>,
|
||||
config: &FriConfig,
|
||||
) -> F {
|
||||
// let pow_seed = challenger.get_hash();
|
||||
let min_leading_zeros = config.proof_of_work_bits + (64 - F::order().bits()) as u32;
|
||||
|
||||
// The easiest implementation would be repeatedly clone our Challenger. With each clone, we'd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user