You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement equals() and hashCode() for GroupElement and FieldElement in a performant manner. The current solution works but is not ideal since it compares classes and array instances.
The text was updated successfully, but these errors were encountered:
poulok
changed the title
in pairings-api-impl handle GroupElement and FieldElementhashCode and equals as its internal array hashcode and equals
Investigate how to implement hashCode() and equals() for GroupElement and FieldElementSep 3, 2024
poulok
changed the title
Investigate how to implement hashCode() and equals() for GroupElement and FieldElement
Investigate how to implement a performant hashCode() and equals() for GroupElement and FieldElementSep 3, 2024
poulok
changed the title
Investigate how to implement a performant hashCode() and equals() for GroupElement and FieldElement
Implement a performant hashCode() and equals() for GroupElement and FieldElementSep 3, 2024
Implement
equals()
andhashCode()
forGroupElement
andFieldElement
in a performant manner. The current solution works but is not ideal since it compares classes and array instances.The text was updated successfully, but these errors were encountered: