AlgebraicSponge should support hashing from iterators
Open
hashing
on hold
- Dominant language
- Rust
- Stars
- 772
- Forks
- 352
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 93
Description
### Feature description
Adding `AlgebraicSponge::hash_iter(impl IntoIterator)` would avoid having to allocate a vector in some situation.
### Why is this feature needed?
Cleaner API and fewer allocations
Contributor guide
Assessment
This issue has not been assessed yet.