mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Add infrastructure for SHA384, SHA512
This commit is contained in:
@@ -252,6 +252,10 @@ namespace SabreTools.Helper.Data
|
||||
SHA256 = 0x0008,
|
||||
SHA384 = 0x0010,
|
||||
SHA512 = 0x0020,
|
||||
|
||||
// Special combinations
|
||||
Standard = CRC & MD5 & SHA1,
|
||||
DeepHashes = MD5 & SHA1 & SHA256 & SHA384 & SHA512,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user