mirror of
https://github.com/aaru-dps/Aaru.Checksums.git
synced 2025-12-16 19:24:29 +00:00
General code refactor.
This commit is contained in:
@@ -164,6 +164,7 @@ namespace Aaru.Checksums
|
||||
public static string Data(byte[] data, out byte[] hash) => Data(data, (uint)data.Length, out hash);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <summary>Implements the Fletcher-16 algorithm</summary>
|
||||
public sealed class Fletcher16Context : IChecksum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user