mirror of
https://github.com/aaru-dps/Aaru.Checksums.git
synced 2025-12-16 19:24:29 +00:00
Code style fixes.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
namespace Aaru.Checksums
|
||||
{
|
||||
public class CRC16CCITTContext : Crc16Context
|
||||
public sealed class CRC16CCITTContext : Crc16Context
|
||||
{
|
||||
public const ushort CRC16_CCITT_POLY = 0x8408;
|
||||
public const ushort CRC16_CCITT_SEED = 0x0000;
|
||||
|
||||
Reference in New Issue
Block a user