mirror of
https://github.com/arnaucube/babyjubjub-ark.git
synced 2026-01-21 20:31:27 +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()
|
hasher.finalize().to_vec()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
pub struct Signature {
|
pub struct Signature {
|
||||||
pub r_b8: Point,
|
pub r_b8: Point,
|
||||||
pub s: Fr,
|
pub s: Fr,
|
||||||
|
|||||||
Reference in New Issue
Block a user