mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
Update evm/src/extension_tower.rs
Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
This commit is contained in:
parent
b202196b5f
commit
9b9cd735b5
@ -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