[IChecksum] Add missing fields for interface.

This commit is contained in:
2023-10-05 12:55:28 +01:00
parent 6cf148e849
commit 7e91888aca
18 changed files with 356 additions and 0 deletions

View File

@@ -92,6 +92,15 @@ public sealed class SpamSumContext : IChecksum
#region IChecksum Members
/// <inheritdoc />
public string Name => Localization.SpamSum_Name;
/// <inheritdoc />
public Guid Id => new("DA692981-3291-47D8-B8B9-A87F0605F6E9");
/// <inheritdoc />
public string Author => Authors.NataliaPortillo;
/// <inheritdoc />
/// <summary>Updates the hash with data.</summary>
/// <param name="data">Data buffer.</param>