diff --git a/CRC16CCITTContext.cs b/CRC16CCITTContext.cs index 1e913b5..e84e62d 100644 --- a/CRC16CCITTContext.cs +++ b/CRC16CCITTContext.cs @@ -32,6 +32,7 @@ namespace Aaru.Checksums { + /// /// /// Implements the CRC16 algorithm with CCITT polynomial and seed /// diff --git a/CRC16IBMContext.cs b/CRC16IBMContext.cs index 0cc5a1a..4001ba5 100644 --- a/CRC16IBMContext.cs +++ b/CRC16IBMContext.cs @@ -32,6 +32,7 @@ namespace Aaru.Checksums { + /// /// /// Implements the CRC16 algorithm with IBM polynomial and seed ///