We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0064c2 commit ef7f197Copy full SHA for ef7f197
src/ecdsa/mod.rs
@@ -16,7 +16,7 @@ pub use self::recovery::{RecoveryId, RecoverableSignature};
16
use SECP256K1;
17
18
/// An ECDSA signature
19
-#[derive(Copy, Clone, PartialEq, Eq)]
+#[derive(Copy, Clone, PartialEq, Eq, Hash)]
20
pub struct Signature(pub(crate) ffi::Signature);
21
22
/// A DER serialized Signature
0 commit comments