clone SecretKey, remove Infallible error type, set_contains arity (#329)
This commit is contained in:
parent
24cafde231
commit
901ba6442c
3 changed files with 8 additions and 3 deletions
|
|
@ -128,6 +128,7 @@ impl SignatureTarget {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct SecretKey(pub BigUint);
|
||||
|
||||
impl SecretKey {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue