mirror of
https://github.com/arnaucube/babyjubjub-ark.git
synced 2026-01-24 20:53:44 +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 struct PrivateKey {
|
||||||
pub key: [u8; 32],
|
pub key: [u8; 32],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user