mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Add PartialEq to structs
This commit is contained in:
@@ -12,7 +12,7 @@ use crate::{Curve, FrostError, MultisigView};
|
||||
pub trait Algorithm<C: Curve>: Clone {
|
||||
type Transcript: Transcript + Clone + Debug;
|
||||
/// The resulting type of the signatures this algorithm will produce
|
||||
type Signature: Clone + Debug;
|
||||
type Signature: Clone + PartialEq + Debug;
|
||||
|
||||
fn transcript(&mut self) -> &mut Self::Transcript;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user