mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
remove imports
This commit is contained in:
parent
874805cc65
commit
74afec70ed
@ -1,9 +1,9 @@
|
||||
use anyhow::Result;
|
||||
use ethereum_types::{U256, U512};
|
||||
use ethereum_types::{U512};
|
||||
use rand::Rng;
|
||||
|
||||
use crate::cpu::kernel::interpreter::{
|
||||
run_interpreter_with_memory, Interpreter, InterpreterMemoryInitialization,
|
||||
run_interpreter_with_memory, InterpreterMemoryInitialization,
|
||||
};
|
||||
use crate::extension_tower::{Stack, BLS381};
|
||||
use crate::memory::segments::Segment::KernelGeneral;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user