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: streaming hasher #8

Merged
merged 5 commits into from
Nov 20, 2024
Merged

feat: streaming hasher #8

merged 5 commits into from
Nov 20, 2024

Conversation

thevilledev
Copy link
Owner

@thevilledev thevilledev commented Nov 20, 2024

Following the discussion on N-R-K/ChibiHash#2 (comment) I've implemented the streaming hasher based on the stream branch in the official implementation.

Changes:

  • Add StreamingChibiHasher with the Hasher trait, to enable streaming hashing
  • Add tests and bench for streaming
  • Separate integration tests to tests directory
  • Update README and examples

@thevilledev thevilledev marked this pull request as ready for review November 20, 2024 20:35
@thevilledev thevilledev merged commit 2da5cbc into main Nov 20, 2024
1 check passed
@thevilledev thevilledev deleted the feat/streaming-hasher branch November 20, 2024 20:36
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.

1 participant