From a5c031f52f64b83878cc5bc92c92d0310c217ca3 Mon Sep 17 00:00:00 2001 From: Alex Hortin Date: Sun, 22 Jan 2023 20:23:23 -0500 Subject: [PATCH] Added package enkodo (#2463) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1b88e57..827cabf 100644 --- a/packages.json +++ b/packages.json @@ -28613,5 +28613,18 @@ "description": "Pure Nim CoAP implementation", "license": "agplv3", "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" } ]