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