mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 22:03:07 +00:00
changed to web-time in circuit_builder (#1624)
* changed to web-time in circuit_builder * Rustfmt --------- Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>
This commit is contained in:
parent
bf95c10cbf
commit
41dc325e61
@ -4,11 +4,13 @@
|
||||
use alloc::{collections::BTreeMap, sync::Arc, vec, vec::Vec};
|
||||
use core::cmp::max;
|
||||
#[cfg(feature = "std")]
|
||||
use std::{collections::BTreeMap, sync::Arc, time::Instant};
|
||||
use std::{collections::BTreeMap, sync::Arc};
|
||||
|
||||
use hashbrown::{HashMap, HashSet};
|
||||
use itertools::Itertools;
|
||||
use log::{debug, info, warn, Level};
|
||||
#[cfg(feature = "timing")]
|
||||
use web_time::Instant;
|
||||
|
||||
use crate::field::cosets::get_unique_coset_shifts;
|
||||
use crate::field::extension::{Extendable, FieldExtension};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user