mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
fmt
This commit is contained in:
parent
69e33eff72
commit
416a7a868b
@ -444,7 +444,7 @@ impl<'a> Interpreter<'a> {
|
||||
let value = self.pop();
|
||||
self.push(value >> shift);
|
||||
}
|
||||
|
||||
|
||||
fn run_keccak256(&mut self) {
|
||||
let offset = self.pop().as_usize();
|
||||
let size = self.pop().as_usize();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user