mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 17:23:08 +00:00
fix: power bits in test now LE
This commit is contained in:
parent
b5418bffb3
commit
21ec75335a
@ -244,6 +244,7 @@ mod tests {
|
||||
power_bits.push(cur_power % 2);
|
||||
cur_power /= 2;
|
||||
}
|
||||
power_bits = power_bits.iter().cloned().rev().collect::<Vec<_>>();
|
||||
|
||||
let num_power_bits = power_bits.len();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user