Skip to content

Commit

Permalink
More standard derives for Error
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 30, 2021
1 parent 8e61874 commit 519857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ impl<T: ThirtyTwoByteHash> From<T> for Message {
}

/// An ECDSA error
#[derive(Copy, PartialEq, Eq, Clone, Debug)]
#[derive(Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Debug)]
pub enum Error {
/// Signature failed verification
IncorrectSignature,
Expand Down

0 comments on commit 519857c

Please sign in to comment.