This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 290
dev: make HasherT
methods accept iterator rather than &[Felt]
as argument
#1613
Labels
Comments
Can i work on this? |
actually finish #1607 before claiming this one |
@tdelabro could I take this? Thanks |
@fishseabowl can you rebase #1526 and #1610 before? |
perfect! Go ahead |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
repository archived in favor of https://github.com/madara-alliance/madara |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
True for
compute_hash_on_wrapper
andcompute_hash_on_elements
.Then check everywhere if it can allow us to remove some
.collect()
that were only there to respect the arg type.Also pleases add a default impl for
compute_hash_on_wrappers
and make it callcompute_hash_on_elements
and remove the concrete impl of it forposeidon
andpedersen
.The text was updated successfully, but these errors were encountered: