Skip to content

Commit

Permalink
fixup extraneous import
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 2, 2025
1 parent ef27e67 commit 03f4d7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dsa/src/signing_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ use pkcs8::{
asn1::{OctetStringRef, UintRef},
},
};
#[cfg(feature = "hazmat")]
use signature::rand_core::CryptoRng;
use signature::{
DigestSigner, RandomizedDigestSigner, Signer,
hazmat::{PrehashSigner, RandomizedPrehashSigner},
rand_core::{CryptoRng, TryCryptoRng},
rand_core::TryCryptoRng,
};
use zeroize::{Zeroize, Zeroizing};

Expand Down

0 comments on commit 03f4d7a

Please sign in to comment.