aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkspanbroek <mark@spanbroek.net>2019-08-21 13:57:11 +0200
committerMiran <narimiran@disroot.org>2019-08-21 13:57:11 +0200
commit080679e383e30aa648d29438cdd85f8d527f3ef4 (patch)
treeb1cef602e01087d6329ab0715d1105b6f86e656e
parent371f71c1a01271545465d426ba8d305838f49cae (diff)
downloadpackages-080679e383e30aa648d29438cdd85f8d527f3ef4.tar.gz
packages-080679e383e30aa648d29438cdd85f8d527f3ef4.zip
Added package NiMPC (#1149)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]