diff options
| -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" } ] |
