Skip to content

Commit 3b9254b

Browse files
cleanup
1 parent f3aba81 commit 3b9254b

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ use openvm_circuit_primitives::{
22
encoder::Encoder,
33
utils::{not, select},
44
};
5-
use openvm_stark_backend::{
6-
p3_air::AirBuilder,
7-
p3_field::{FieldAlgebra, PrimeField32},
8-
};
5+
use openvm_stark_backend::{p3_air::AirBuilder, p3_field::FieldAlgebra};
96
use rand::{rngs::StdRng, Rng};
107

118
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)