[ArchiveTools] Add XZ output (not TXZ)

This commit is contained in:
Matt Nadareski
2017-03-05 21:41:28 -08:00
parent 0617c242ea
commit 663e8a777a
5 changed files with 222 additions and 17 deletions

View File

@@ -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