mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-22 06:36:47 +00:00
Move MoPaQ encryption constants to IO
This commit is contained in:
@@ -68,8 +68,6 @@ namespace SabreTools.Models.MoPaQ
|
||||
|
||||
#region Encryption
|
||||
|
||||
public const uint MPQ_HASH_KEY2_MIX = 0x400;
|
||||
|
||||
/// <summary>
|
||||
/// Obtained by HashString("(block table)", MPQ_HASH_FILE_KEY)
|
||||
/// </summary>
|
||||
@@ -80,8 +78,6 @@ namespace SabreTools.Models.MoPaQ
|
||||
/// </summary>
|
||||
public const uint MPQ_KEY_HASH_TABLE = 0xC3AF3770;
|
||||
|
||||
public const uint STORM_BUFFER_SIZE = 0x500;
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user