mirror of
https://github.com/arnaucube/babyjubjub-ark.git
synced 2026-01-22 20:51:28 +01:00
Derive Eq trait for Signature
This commit is contained in:
@@ -268,7 +268,7 @@ fn blh(b: &[u8]) -> Vec<u8> {
|
||||
hasher.finalize().to_vec()
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct Signature {
|
||||
pub r_b8: Point,
|
||||
pub s: Fr,
|
||||
|
||||
Reference in New Issue
Block a user