Skip to content

Commit

Permalink
Remove Eq derive for Jacobian temporarily (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored Mar 27, 2020
1 parent 6793ff2 commit 91e6414
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 91e6414

Please sign in to comment.