mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 22:33:06 +00:00
Default degree 2^14
This commit is contained in:
parent
83ef3d1da7
commit
c108dc6d81
@ -12,7 +12,7 @@ type F = CrandallField;
|
||||
// from wire polynomials which "store" the outputs of S-boxes in our Poseidon gate.
|
||||
const NUM_LDES: usize = 8 + 8 + 3 + 86 + 3 + 8;
|
||||
|
||||
const DEGREE: usize = 1 << 13;
|
||||
const DEGREE: usize = 1 << 14;
|
||||
|
||||
const RATE_BITS: usize = 3;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user