From 080679e383e30aa648d29438cdd85f8d527f3ef4 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Wed, 21 Aug 2019 13:57:11 +0200 Subject: [PATCH] Added package NiMPC (#1149) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4242da4..226fdd9 100644 --- a/packages.json +++ b/packages.json @@ -14091,5 +14091,18 @@ "description": "PLZ Python PIP alternative", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-pypi" + }, + { + "name": "NiMPC", + "url": "https://github.com/markspanbroek/nimpc", + "method": "git", + "tags": [ + "multiparty", + "computation", + "mpc" + ], + "description": "Secure multi-party computation", + "license": "MIT", + "web": "https://github.com/markspanbroek/nimpc" } ]