mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-24 15:55:05 +00:00
Add support for BLAKE3
This commit is contained in:
@@ -482,6 +482,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
rom.SHA384 = null; // HashType.SHA384.ZeroString;
|
||||
rom.SHA512 = null; // HashType.SHA512.ZeroString;
|
||||
rom.SpamSum = null; // HashType.SpamSum.ZeroString;
|
||||
rom.BLAKE3 = null; // HashType.BLAKE3.ZeroString;
|
||||
}
|
||||
|
||||
// If the file has no size and it's not the above case, skip and log
|
||||
|
||||
Reference in New Issue
Block a user