mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire through MD2/MD4
This commit is contained in:
@@ -29,6 +29,16 @@
|
||||
/// </summary>
|
||||
public byte[]? CRC { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// MD2 hash of the file
|
||||
/// </summary>
|
||||
public byte[]? MD2 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// MD4 hash of the file
|
||||
/// </summary>
|
||||
public byte[]? MD4 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// MD5 hash of the file
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user