Merge branch 'bls-fp2' of github.com:mir-protocol/plonky2 into bls-fp2

This commit is contained in:
Dmitry Vagner 2023-04-14 09:36:02 -07:00
commit 2106ae07df

View File

@ -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;
}