Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Dec 12, 2024
1 parent c4931b6 commit a7e4843
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ winter-crypto = {git = 'https://github.com/Al-Kindi-0/winterfell', branch = 'al-
winter-prover = {git = 'https://github.com/Al-Kindi-0/winterfell', branch = 'al-zk' }
winter-verifier = {git = 'https://github.com/Al-Kindi-0/winterfell', branch = 'al-zk' }
winter-math = {git = 'https://github.com/Al-Kindi-0/winterfell', branch = 'al-zk' }
winter-fri = {git = 'https://github.com/Al-Kindi-0/winterfell', branch = 'al-zk' }
winter-maybe-async = {git = 'https://github.com/Al-Kindi-0/winterfell', branch = 'al-zk' }
winter-utils = {git = 'https://github.com/Al-Kindi-0/winterfell', branch = 'al-zk' }
rand-utils = {git = 'https://github.com/Al-Kindi-0/winterfell', package = "winter-rand-utils" , branch = 'al-zk', optional = true }
getrandom = { version = "0.2", features = ["js"] }
Expand Down
4 changes: 1 addition & 3 deletions src/dsa/rpo_stark/signature/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ use winter_utils::{ByteReader, ByteWriter, Deserializable, DeserializationError,
use crate::{
dsa::rpo_stark::stark::RpoSignatureScheme,
hash::{rpo::Rpo256, DIGEST_SIZE},
Word,
StarkField, Word, ZERO,
};
#[cfg(feature = "std")]
use crate::{StarkField, ZERO};

// CONSTANTS
// ================================================================================================
Expand Down

0 comments on commit a7e4843

Please sign in to comment.