diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-24 20:06:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-24 20:06:09 +0100 |
| commit | 61ca2dfad09451cd0069a344e1856454feba90cd (patch) | |
| tree | ac0a0d9ddf49f44043654480bb568f71d06ffd8e | |
| parent | 296870271446a8e86e89d1d8c8bff570fb46a0e2 (diff) | |
| parent | a708a476e72309a9906e06b4840c41ad8dec930e (diff) | |
| download | packages-61ca2dfad09451cd0069a344e1856454feba90cd.tar.gz packages-61ca2dfad09451cd0069a344e1856454feba90cd.zip | |
Merge pull request #708 from ehmry/add-sphincs1110
Add package sphincs
| -rw-r--r-- | packages.json | 13 |
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" } ] |
