Skip to content

Commit 13390a8

Browse files
cleanup
1 parent 1f44957 commit 13390a8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

crates/circuits/sha-air/src/utils.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ use openvm_circuit_primitives::{
55
encoder::Encoder,
66
utils::{not, select},
77
};
8-
use openvm_stark_backend::{
9-
p3_air::AirBuilder,
10-
p3_field::{FieldAlgebra, PrimeField32},
11-
};
8+
use openvm_stark_backend::{p3_air::AirBuilder, p3_field::FieldAlgebra};
129
use rand::{rngs::StdRng, Rng};
1310

1411
use crate::{RotateRight, ShaConfig};

crates/circuits/sha-macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repository.workspace = true
99
[dependencies]
1010
syn = { version = "2.0", features = ["full", "extra-traits"] }
1111
quote = "1.0"
12-
openvm-macros-common = { workspace = true, default-features = false }
1312
itertools = "0.14"
1413
proc-macro2 = "1.0"
1514

0 commit comments

Comments
 (0)