mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Member or type can be made internal.
This commit is contained in:
@@ -381,7 +381,7 @@ namespace DiscImageChef.Core
|
||||
return chks;
|
||||
}
|
||||
|
||||
public static List<ChecksumType> GetChecksums(byte[] data, EnableChecksum enabled = EnableChecksum.All)
|
||||
internal static List<ChecksumType> GetChecksums(byte[] data, EnableChecksum enabled = EnableChecksum.All)
|
||||
{
|
||||
Adler32Context adler32ctxData = null;
|
||||
CRC16Context crc16ctxData = null;
|
||||
|
||||
Reference in New Issue
Block a user