Adding fletcher package (#1157)
Provides the Fletcher checksum algorithm as a Nim module.
This commit is contained in:
parent
7c1aa188d3
commit
ed128e5cbf
1 changed files with 17 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue