You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: