mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
DOCUMENTATION: Added XML documentation to DiscImageChef.Core.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user