derive Hash for RecoverableSignature
This commit is contained in:
parent
7975be53cf
commit
e275166652
|
@ -28,7 +28,7 @@ use crate::ffi::recovery as ffi;
|
|||
pub struct RecoveryId(i32);
|
||||
|
||||
/// An ECDSA signature with a recovery ID for pubkey recovery.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash)]
|
||||
pub struct RecoverableSignature(ffi::RecoverableSignature);
|
||||
|
||||
impl RecoveryId {
|
||||
|
|
Loading…
Reference in New Issue