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

@@ -84,6 +84,8 @@ Supported checksums
* CRC-16
* CRC-32
* CRC-64
* Fletcher-16
* Fletcher-32
* MD5
* RMD160
* SHA-1