mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
Reduce PoW bits
The PoW search was taking significant time sometimes.
This commit is contained in:
parent
21bdc6b380
commit
aae2c9d16f
@ -29,7 +29,7 @@ fn bench_prove<F: Field + Extendable<D>, const D: usize>() -> Result<()> {
|
||||
zero_knowledge: false,
|
||||
cap_height: 1,
|
||||
fri_config: FriConfig {
|
||||
proof_of_work_bits: 20,
|
||||
proof_of_work_bits: 15,
|
||||
reduction_arity_bits: vec![2, 2, 2, 2, 2, 2],
|
||||
num_query_rounds: 35,
|
||||
},
|
||||
|
||||
@ -427,7 +427,7 @@ mod tests {
|
||||
zero_knowledge: false,
|
||||
cap_height: 3,
|
||||
fri_config: FriConfig {
|
||||
proof_of_work_bits: 20,
|
||||
proof_of_work_bits: 15,
|
||||
reduction_arity_bits: vec![3, 3, 3],
|
||||
num_query_rounds: 27,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user