Skip to content

Commit 35fbcd8

Browse files
committed
cleanup
1 parent bfa8703 commit 35fbcd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dsa/src/signing_key.rs

-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ impl SigningKey {
9797
(k, inv_k): (BoxedUint, BoxedUint),
9898
hash: &[u8],
9999
) -> signature::Result<Signature> {
100-
extern crate std;
101-
102100
let components = self.verifying_key().components();
103101
let key_size = &components.key_size;
104102
let (p, q, g) = (components.p(), components.q(), components.g());

0 commit comments

Comments
 (0)