🐛Moved checksums to interface.

This commit is contained in:
2018-02-03 17:01:17 +00:00
parent 6b85fb0628
commit 4b4671b4ef
28 changed files with 230 additions and 273 deletions

View File

@@ -39,7 +39,7 @@ namespace DiscImageChef.Checksums
/// <summary>
/// Wraps up .NET RIPEMD160 implementation to a Init(), Update(), Final() context.
/// </summary>
public class Ripemd160Context
public class Ripemd160Context : IChecksum
{
RIPEMD160 ripemd160Provider;