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

This commit is contained in:
2020-01-04 18:18:20 +00:00
parent 951aa79cce
commit c55d6f8ebb
9 changed files with 923 additions and 437 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" />