mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 09:13:09 +00:00
fix
This commit is contained in:
parent
08bda49b70
commit
a4300fb6f7
@ -98,7 +98,7 @@ mod tests {
|
||||
let keccak_trace = keccak_stark.generate_trace(keccak_inputs);
|
||||
let column_to_copy: Vec<_> = keccak_trace[keccak_looked_col].values[..].into();
|
||||
|
||||
let default = vec![F::ONE; 2];
|
||||
let default = vec![F::ONE; 1];
|
||||
|
||||
let mut cpu_trace_rows = vec![];
|
||||
for i in 0..cpu_rows {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user