mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Fix one error to get another one
This commit is contained in:
parent
24c201477c
commit
d22fa8895b
@ -34,7 +34,7 @@ impl<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, const D: usize> S
|
||||
.evals_proofs[0]
|
||||
.1;
|
||||
let lde_bits = config.fri_config.cap_height + initial_merkle_proof.siblings.len();
|
||||
1 << (lde_bits - config.fri_config.rate_bits)
|
||||
lde_bits - config.fri_config.rate_bits
|
||||
}
|
||||
}
|
||||
|
||||
@ -52,7 +52,7 @@ impl<const D: usize> StarkProofTarget<D> {
|
||||
.evals_proofs[0]
|
||||
.1;
|
||||
let lde_bits = config.fri_config.cap_height + initial_merkle_proof.siblings.len();
|
||||
1 << (lde_bits - config.fri_config.rate_bits)
|
||||
lde_bits - config.fri_config.rate_bits
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user