clone SecretKey, remove Infallible error type, set_contains arity (#329)

This commit is contained in:
Daniel Gulotta 2025-07-02 17:55:02 -07:00 committed by GitHub
parent 24cafde231
commit 901ba6442c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View file

@ -128,6 +128,7 @@ impl SignatureTarget {
}
}
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub struct SecretKey(pub BigUint);
impl SecretKey {