Added package sss (#1401)

This commit is contained in:
markspanbroek 2020-03-16 17:14:32 +01:00 committed by GitHub
parent 3ff207453f
commit afa5a2c300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16990,6 +16990,19 @@
"license": "MIT",
"web": "https://github.com/zevv/nmqtt"
},
{
"name": "sss",
"url": "https://github.com/markspanbroek/sss.nim",
"method": "git",
"tags": [
"shamir",
"secret",
"sharing"
],
"description": "Shamir secret sharing",
"license": "MIT",
"web": "https://github.com/markspanbroek/sss.nim"
},
{
"name": "testify",
"url": "https://github.com/sealmove/testify",