From 195a9d5e8a2f57d56390ef0b6098e3e7795d2bf0 Mon Sep 17 00:00:00 2001 From: Roger Padrell Casar <143524580+roger-padrell@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:30:47 +0100 Subject: [PATCH] Add nim_kyber (#2983) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 83f1a3b..1b89620 100644 --- a/packages.json +++ b/packages.json @@ -34591,5 +34591,19 @@ "description": "argv and argc for command line arguments", "license": "MIT", "web": "https://github.com/threatfender/args" - } + }, + { + "name": "nim_kyber", + "url": "https://github.com/roger-padrell/nim-kyber", + "method": "git", + "tags": [ + "crypto", + "encrypting", + "kyber", + "post-quantum" + ], + "description": "Implementation of KYBER in NIM", + "license": "MIT", + "web": "https://roger-padrell.github.io/nim-kyber/" + }, ]