mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Adding fletcher package (#1157)
Provides the Fletcher checksum algorithm as a Nim module.
This commit is contained in:
parent
7c1aa188d3
commit
ed128e5cbf
@ -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…
x
Reference in New Issue
Block a user