aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-04-24 20:06:09 +0100
committerGitHub <noreply@github.com>2018-04-24 20:06:09 +0100
commit61ca2dfad09451cd0069a344e1856454feba90cd (patch)
treeac0a0d9ddf49f44043654480bb568f71d06ffd8e
parent296870271446a8e86e89d1d8c8bff570fb46a0e2 (diff)
parenta708a476e72309a9906e06b4840c41ad8dec930e (diff)
downloadpackages-61ca2dfad09451cd0069a344e1856454feba90cd.tar.gz
packages-61ca2dfad09451cd0069a344e1856454feba90cd.zip
Merge pull request #708 from ehmry/add-sphincs1110
Add package sphincs
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c310557..16479a1 100644
--- a/packages.json
+++ b/packages.json
@@ -8988,5 +8988,18 @@
"description": "Test failing snippets from Nim's issues",
"license": "MIT",
"web": "https://github.com/genotrance/tissue"
+ },
+ {
+ "name": "sphincs",
+ "url": "https://github.com/ehmry/nim-sphincs",
+ "method": "git",
+ "tags": [
+ "crypto",
+ "pqcrypto",
+ "signing"
+ ],
+ "description": "SPHINCSâș stateless hash-based signature scheme",
+ "license": "MIT",
+ "web": "https://github.com/ehmry/nim-sphincs"
}
]