mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
Update evm/src/witness/util.rs
Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
This commit is contained in:
parent
698ab6e749
commit
068f74854a
@ -39,7 +39,7 @@ pub(crate) fn stack_peek<F: Field>(state: &GenerationState<F>, i: usize) -> Opti
|
||||
)))
|
||||
}
|
||||
|
||||
/// Peak at the entire stack.
|
||||
/// Peek at the entire stack.
|
||||
pub(crate) fn stack_peeks<F: Field>(state: &GenerationState<F>) -> Option<Vec<U256>> {
|
||||
let n = state.registers.stack_len;
|
||||
let mut stack: Vec<U256> = vec![];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user