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:
@@ -37,6 +37,9 @@ using DiscImageChef.Console;
|
||||
|
||||
namespace DiscImageChef.Checksums
|
||||
{
|
||||
/// <summary>
|
||||
/// Implements ReedSolomon and CRC32 algorithms as used by CD-ROM
|
||||
/// </summary>
|
||||
public static class CdChecksums
|
||||
{
|
||||
static byte[] eccFTable;
|
||||
|
||||
Reference in New Issue
Block a user