Skip to content

Commit

Permalink
feat(ferveo): derive eq in DkgPublicKey
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Oct 31, 2023
1 parent 13d9d26 commit 80a455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferveo/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl From<bindings_wasm::FerveoVariant> for FerveoVariant {
}

#[serde_as]
#[derive(Copy, Clone, Debug, PartialEq, Serialize, Deserialize)]
#[derive(Copy, Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
pub struct DkgPublicKey(
#[serde_as(as = "serialization::SerdeAs")] pub(crate) G1Affine,
);
Expand Down

0 comments on commit 80a455a

Please sign in to comment.