mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 01:33:07 +00:00
Merge branch 'bls-fp2' of github.com:mir-protocol/plonky2 into bls-fp2
This commit is contained in:
commit
2106ae07df
@ -1201,7 +1201,7 @@ where
|
||||
}
|
||||
|
||||
pub trait Stack {
|
||||
fn to_stack(self) -> Vec<U256>;
|
||||
fn to_stack(&self) -> Vec<U256>;
|
||||
|
||||
fn from_stack(stack: &[U256]) -> Self;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user