Added package enkodo (#2463)

This commit is contained in:
Alex Hortin 2023-01-22 20:23:23 -05:00 committed by GitHub
parent 165820b864
commit a5c031f52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28613,5 +28613,18 @@
"description": "Pure Nim CoAP implementation", "description": "Pure Nim CoAP implementation",
"license": "agplv3", "license": "agplv3",
"web": "https://codeberg.org/eris/coap-nim" "web": "https://codeberg.org/eris/coap-nim"
},
{
"name": "enkodo",
"url": "https://github.com/hortinstein/enkodo",
"method": "git",
"tags": [
"monocypher",
"encryption",
"javascript"
],
"description": "A cross platform encyption and serialization library",
"license": "MIT",
"web": "https://github.com/hortinstein/enkodo"
} }
] ]