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);
|
pub struct RecoveryId(i32);
|
||||||
|
|
||||||
/// An ECDSA signature with a recovery ID for pubkey recovery.
|
/// 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);
|
pub struct RecoverableSignature(ffi::RecoverableSignature);
|
||||||
|
|
||||||
impl RecoveryId {
|
impl RecoveryId {
|
||||||
|
|
Loading…
Reference in New Issue