mirror of
https://github.com/SabreTools/SabreTools.Hashing.git
synced 2026-02-11 05:35:23 +00:00
Byte array as alternative output in HashTool #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @Deterous on GitHub (Mar 5, 2024).
HashTool functions like
GetFileHashandGetStreamHashcurrently output the hash as a stringIt would be useful to provide alternative functions that output the result to a byte array instead.
It would also be more efficient to do it "properly", i.e. getting the byte arrays from HashWrapper and not doing redundant conversion.