mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Filetools, xxHash] Add xxHash as an option, currently not hooked up
This commit is contained in:
@@ -262,6 +262,7 @@ namespace SabreTools.Helper.Data
|
||||
SHA256 = SHA1 << 1,
|
||||
SHA384 = SHA256 << 1,
|
||||
SHA512 = SHA384 << 1,
|
||||
xxHash = SHA512 << 1,
|
||||
|
||||
// Special combinations
|
||||
Standard = CRC | MD5 | SHA1,
|
||||
|
||||
Reference in New Issue
Block a user