Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Remove Eq derive for Jacobian temporarily (paritytech#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and trevor-crypto committed May 31, 2022
1 parent c632993 commit 841d0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub struct Affine {
pub infinity: bool,
}

#[derive(Debug, Clone, Eq, PartialEq)]
#[derive(Debug, Clone)]
/// A group element of the secp256k1 curve, in jacobian coordinates.
pub struct Jacobian {
pub x: Field,
Expand Down

0 comments on commit 841d0e2

Please sign in to comment.