We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f44957 commit 13390a8Copy full SHA for 13390a8
crates/circuits/sha-air/src/utils.rs
@@ -5,10 +5,7 @@ use openvm_circuit_primitives::{
5
encoder::Encoder,
6
utils::{not, select},
7
};
8
-use openvm_stark_backend::{
9
- p3_air::AirBuilder,
10
- p3_field::{FieldAlgebra, PrimeField32},
11
-};
+use openvm_stark_backend::{p3_air::AirBuilder, p3_field::FieldAlgebra};
12
use rand::{rngs::StdRng, Rng};
13
14
use crate::{RotateRight, ShaConfig};
crates/circuits/sha-macros/Cargo.toml
@@ -9,7 +9,6 @@ repository.workspace = true
[dependencies]
syn = { version = "2.0", features = ["full", "extra-traits"] }
quote = "1.0"
-openvm-macros-common = { workspace = true, default-features = false }
itertools = "0.14"
proc-macro2 = "1.0"
15
0 commit comments