Wire through MD2/MD4

This commit is contained in:
Matt Nadareski
2025-01-09 05:26:36 -05:00
parent 45a5611d20
commit 1dcd457fca
23 changed files with 836 additions and 20 deletions

View File

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