Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a performant hashCode() and equals() for GroupElement and FieldElement #15201

Closed
Tracked by #15216
mxtartaglia-sl opened this issue Aug 28, 2024 · 0 comments
Closed
Tracked by #15216
Assignees
Labels
Platform Tickets pertaining to the platform

Comments

@mxtartaglia-sl
Copy link
Contributor

mxtartaglia-sl commented Aug 28, 2024

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.

@mxtartaglia-sl mxtartaglia-sl added the Platform Tickets pertaining to the platform label Aug 28, 2024
@poulok poulok changed the title in pairings-api-impl handle GroupElement and FieldElement hashCode and equals as its internal array hashcode and equals Investigate how to implement hashCode() and equals() for GroupElement and FieldElement Sep 3, 2024
@poulok 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 FieldElement Sep 3, 2024
@poulok 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 FieldElement Sep 3, 2024
@mxtartaglia-sl mxtartaglia-sl self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Tickets pertaining to the platform
Projects
None yet
Development

No branches or pull requests

1 participant