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

Incremental hashing #4

Open
cocowalla opened this issue Jul 10, 2019 · 1 comment
Open

Incremental hashing #4

cocowalla opened this issue Jul 10, 2019 · 1 comment

Comments

@cocowalla
Copy link
Owner

Incremental hashing would allow hashing a stream, rather than restricting us to hashing an entire byte array at once.

The question was raised over on the wyhash repo, and it looks straightforward'ish to solve.

@cocowalla
Copy link
Owner Author

Just a note for myself that .NET Core introduced an abstract IncrementalHash class a while back, precisely for this sort of thing, and also added CanTransformMultipleBlocks to HashAlgorithm so implementations can "advertise" support for incremental hashing.

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