Change output to write during hashing using a buffer #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes how hash output works to write during hashing based on a buffer size (default 10,000) so that memory isn't needlessly used for storing hashes until the end. Will slow down large tree hashing, but does not affect most use cases.