mirror of
https://github.com/arnaucube/babyjubjub-ark.git
synced 2026-01-24 12:43:49 +01:00
Derive Eq trait for PrivateKey
This commit is contained in:
@@ -299,6 +299,7 @@ pub fn decompress_signature(b: &[u8; 64]) -> Result<Signature, String> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub struct PrivateKey {
|
||||
pub key: [u8; 32],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user