Byte array as alternative output in HashTool #1

Closed
opened 2026-01-29 22:42:44 +00:00 by claunia · 0 comments
Owner

Originally created by @Deterous on GitHub (Mar 5, 2024).

HashTool functions like GetFileHash and GetStreamHash currently output the hash as a string
It 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.

Originally created by @Deterous on GitHub (Mar 5, 2024). HashTool functions like `GetFileHash` and `GetStreamHash` currently output the hash as a string It 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Hashing#1