DOCUMENTATION: Added XML documentation to DiscImageChef.Core.

This commit is contained in:
2017-12-23 01:46:08 +00:00
parent e7932c12c2
commit 9249a221fc
61 changed files with 1937 additions and 1267 deletions

View File

@@ -55,6 +55,9 @@ namespace DiscImageChef.Core
All = Adler32 | Crc16 | Crc32 | Crc64 | Md5 | Ripemd160 | Sha1 | Sha256 | Sha384 | Sha512 | SpamSum
}
/// <summary>
/// Checksums and hashes data, with different algorithms multithreaded
/// </summary>
public class Checksum
{
Adler32Context adler32Ctx;