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

feat: make hasher accept iterators rather than arrays #594

Conversation

tdelabro
Copy link
Contributor

@tdelabro tdelabro commented Jun 3, 2024

closes #575

No breaking change as both new impl are backward compatible with the only previously allowed input type &[FieldElement]

@tcoratger
Copy link
Collaborator

Lgtm pending @xJonathanLEI

@tdelabro tdelabro force-pushed the compute_hash_on_elements-accept-iterator branch from c4e700a to ef5484e Compare June 17, 2024 15:12
@tcoratger tcoratger merged commit bdb2663 into xJonathanLEI:master Jun 17, 2024
24 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compute_hash_on_elements could accept any iterator on FieldElement
2 participants