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

Support incremental hashing #1

Open
cocowalla opened this issue May 29, 2023 · 0 comments
Open

Support incremental hashing #1

cocowalla opened this issue May 29, 2023 · 0 comments

Comments

@cocowalla
Copy link

It would be great if support could be added for incremental hashing, in the style of IncrementalHash.

Imagine you are reading a file, block by block, and then performing some work on each block - such as hashing with multiple algorithms. IncrementalHash allows you to input data ot the hash function, piece by piece, and then get the final hash result only once all data has been added.

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

No branches or pull requests

1 participant