Skip to content

Commit e275166

Browse files
committed
derive Hash for RecoverableSignature
1 parent 7975be5 commit e275166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/recovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use crate::ffi::recovery as ffi;
2828
pub struct RecoveryId(i32);
2929

3030
/// An ECDSA signature with a recovery ID for pubkey recovery.
31-
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
31+
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash)]
3232
pub struct RecoverableSignature(ffi::RecoverableSignature);
3333

3434
impl RecoveryId {

0 commit comments

Comments
 (0)