mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
neutral name
This commit is contained in:
parent
503cb8a99f
commit
ae4b509139
@ -4,7 +4,7 @@ use anyhow::Result;
|
|||||||
use ethereum_types::U256;
|
use ethereum_types::U256;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
|
|
||||||
use crate::bn254_pairing::{final_exponent, gen_fp12_sparse, miller_loop, Curve, CyclicGroup};
|
use crate::curve_pairings::{final_exponent, gen_fp12_sparse, miller_loop, Curve, CyclicGroup};
|
||||||
use crate::cpu::kernel::interpreter::{
|
use crate::cpu::kernel::interpreter::{
|
||||||
run_interpreter_with_memory, Interpreter, InterpreterMemoryInitialization,
|
run_interpreter_with_memory, Interpreter, InterpreterMemoryInitialization,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
pub mod all_stark;
|
pub mod all_stark;
|
||||||
pub mod arithmetic;
|
pub mod arithmetic;
|
||||||
pub mod bn254_pairing;
|
pub mod curve_pairings;
|
||||||
pub mod config;
|
pub mod config;
|
||||||
pub mod constraint_consumer;
|
pub mod constraint_consumer;
|
||||||
pub mod cpu;
|
pub mod cpu;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user