mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-06 01:59:31 +00:00
lint
This commit is contained in:
parent
041fda134f
commit
6fc34f6a3d
@ -124,7 +124,7 @@ fn gen_fp6() -> [[u32; 2]; 3] {
|
|||||||
|
|
||||||
fn as_stack(xs: Vec<u32>) -> Vec<U256> {
|
fn as_stack(xs: Vec<u32>) -> Vec<U256> {
|
||||||
xs.iter()
|
xs.iter()
|
||||||
.map(|&x| U256::from(x as u32) % P254)
|
.map(|&x| U256::from(x) % P254)
|
||||||
.rev()
|
.rev()
|
||||||
.collect()
|
.collect()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user