Add Crockford Base32 (#2699)

This commit is contained in:
Yu Vitaqua fer Chronos 2023-09-01 15:42:50 +01:00 committed by GitHub
parent 40e3bffaa4
commit da0898c82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,18 @@
[
{
"name": "crockford-base32",
"url": "https://github.com/Yu-Vitaqua-fer-Chronos/Crockford-Base32-Nim",
"method": "git",
"tags": [
"base",
"base32",
"crockford",
"encode",
"decode"
],
"description": "A simple implementation of Crockford Base32.",
"license": "CC0",
},
{
"name": "rtmidi",
"url": "https://github.com/stoneface86/nim-rtmidi/",