mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
Change FRI params to get below 2^13
This commit is contained in:
parent
68af28e9a2
commit
237ef4d0ec
@ -428,14 +428,14 @@ mod tests {
|
||||
num_wires: 126,
|
||||
num_routed_wires: 64,
|
||||
security_bits: 128,
|
||||
rate_bits: 3,
|
||||
rate_bits: 4,
|
||||
num_challenges: 3,
|
||||
zero_knowledge: false,
|
||||
cap_height: 3,
|
||||
fri_config: FriConfig {
|
||||
proof_of_work_bits: 1,
|
||||
reduction_arity_bits: vec![3, 3, 3],
|
||||
num_query_rounds: 40,
|
||||
num_query_rounds: 33,
|
||||
cap_height: 3,
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user