Separate CRC16 IBM and CRC16 CCITT contexts, use cached tables.

This commit is contained in:
2020-01-04 18:18:20 +00:00
parent f097ca717e
commit b06fb9ec7b
5 changed files with 456 additions and 251 deletions

View File

@@ -46,6 +46,8 @@
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="CRC16CCITTContext.cs" />
<Compile Include="CRC16IBMContext.cs" />
<Compile Include="Register.cs" />
<Compile Include="SpamSumContext.cs" />
<Compile Include="Adler32Context.cs" />