mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
fmt
This commit is contained in:
parent
f574effe17
commit
b414b8e92b
@ -4,9 +4,9 @@
|
||||
//! `poseidon_constants.sage` script in the `mir-protocol/hash-constants`
|
||||
//! repository.
|
||||
|
||||
#[cfg(target_arch="x86_64")]
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
use plonky2_field::types::Field;
|
||||
#[cfg(target_arch="x86_64")]
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
use unroll::unroll_for_loops;
|
||||
|
||||
use crate::field::goldilocks_field::GoldilocksField;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user