mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-21 23:23:13 +00:00
fix
This commit is contained in:
parent
afc5a4dc4f
commit
9ad2958f73
@ -315,7 +315,7 @@ impl<F: RichField + Extendable<D>, const D: usize> MemoryStark<F, D> {
|
||||
&segment_first_change,
|
||||
&virtual_first_change,
|
||||
);
|
||||
let to_pad_to = max_timestamp_diff.next_power_of_two();
|
||||
let to_pad_to = max_timestamp_diff.next_power_of_two().max(num_trace_rows);
|
||||
let to_pad = to_pad_to - num_trace_rows;
|
||||
|
||||
trace_cols[SORTED_TIMESTAMP] = sorted_timestamp;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user