mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
fix
This commit is contained in:
parent
29a8367b8c
commit
c083cc6385
@ -4,6 +4,9 @@
|
|||||||
//! `poseidon_constants.sage` script in the `mir-protocol/hash-constants`
|
//! `poseidon_constants.sage` script in the `mir-protocol/hash-constants`
|
||||||
//! repository.
|
//! repository.
|
||||||
|
|
||||||
|
use plonky2_field::types::Field;
|
||||||
|
use unroll::unroll_for_loops;
|
||||||
|
|
||||||
use crate::field::goldilocks_field::GoldilocksField;
|
use crate::field::goldilocks_field::GoldilocksField;
|
||||||
use crate::hash::poseidon::{Poseidon, N_PARTIAL_ROUNDS};
|
use crate::hash::poseidon::{Poseidon, N_PARTIAL_ROUNDS};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user