Implemented Fletcher-16 and Fletcher-32 checksum algorithms.

This commit is contained in:
2015-04-19 01:18:36 +01:00
parent 07cdb1cee5
commit 5fbcf3e96e
6 changed files with 505 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
<Compile Include="Decoders\DVD.cs" />
<Compile Include="Plugins\ProDOS.cs" />
<Compile Include="Checksums\Adler32Context.cs" />
<Compile Include="Checksums\FletcherContext.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>