Skip to content

Commit

Permalink
removing ne implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsavage committed Mar 18, 2024
1 parent 944e695 commit f32f4c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ipa-core/src/protocol/ipa_prf/malicious_security/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ where
}
true
}

fn ne(&self, other: &(&[u128], &[u128])) -> bool {
!self.eq(other)
}
}

#[cfg(all(test, unit_test))]
Expand Down

0 comments on commit f32f4c3

Please sign in to comment.