mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ArchiveTools] Add XZ output (not TXZ)
This commit is contained in:
@@ -611,7 +611,7 @@ namespace SabreTools.Helper.Tools
|
||||
}
|
||||
if ((omitFromScan & Hash.xxHash) == 0)
|
||||
{
|
||||
rom.SHA512 = xxHash.Digest().ToString("X").ToLowerInvariant();
|
||||
rom.SHA512 = xxHash.Digest().ToString("X").ToLowerInvariant(); // TODO: Not sure how long xxHash is supposed to be. Add the length here and in constants later
|
||||
}
|
||||
|
||||
// Dispose of the hashers
|
||||
|
||||
Reference in New Issue
Block a user