mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-28 12:49:54 +00:00
Minor: unused import warning (#304)
This commit is contained in:
parent
0f7be8b221
commit
ff3f0891bc
@ -3,7 +3,7 @@ use std::mem::size_of;
|
|||||||
|
|
||||||
use crate::field::field_types::Field;
|
use crate::field::field_types::Field;
|
||||||
use crate::field::goldilocks_field::GoldilocksField;
|
use crate::field::goldilocks_field::GoldilocksField;
|
||||||
use crate::hash::poseidon::{Poseidon, ALL_ROUND_CONSTANTS, HALF_N_FULL_ROUNDS, N_PARTIAL_ROUNDS};
|
use crate::hash::poseidon::{ALL_ROUND_CONSTANTS, HALF_N_FULL_ROUNDS, N_PARTIAL_ROUNDS};
|
||||||
|
|
||||||
const WIDTH: usize = 12;
|
const WIDTH: usize = 12;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user