Adding fletcher package (#1157)

Provides the Fletcher checksum algorithm as a Nim module.
This commit is contained in:
Akito13 2019-08-31 08:28:32 +02:00 committed by Miran
parent 7c1aa188d3
commit ed128e5cbf

View File

@ -14167,5 +14167,22 @@
"description": "Robert Penner Easing Functions for Nim",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-easings"
},
{
"name": "fletcher",
"url": "https://github.com/Akito13/nim-fletcher",
"method": "git",
"tags": [
"algorithm",
"checksum",
"hash",
"adler",
"crc",
"crc32",
"embedded"
],
"description": "Implementation of the Fletcher checksum algorithm.",
"license": "GPLv3+",
"web": "https://github.com/Akito13/nim-fletcher"
}
]