Browse Source

Derive Eq trait for PrivateKey

pull/1/head
Ahmad 2 weeks ago
parent
commit
3eb5c9234d
No known key found for this signature in database GPG Key ID: FF00EBC04B2D00AA
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/lib.rs

+ 1
- 0
src/lib.rs

@ -299,6 +299,7 @@ pub fn decompress_signature(b: &[u8; 64]) -> Result {
}
}
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct PrivateKey {
pub key: [u8; 32],
}

Loading…
Cancel
Save