aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6d49999..39ffeea 100644
--- a/packages.json
+++ b/packages.json
@@ -12251,5 +12251,17 @@
"description": "Nim wrapper for miniz",
"license": "MIT",
"web": "https://github.com/h3rald/nim-miniz"
+ },
+ {
+ "name": "bncurve",
+ "url": "https://github.com/status-im/nim-bncurve",
+ "method": "git",
+ "tags": [
+ "library",
+ "cryptography"
+ ],
+ "description": "pure Nim implementation of Barreto-Naehrig pairing-friendly elliptic curve cryptography",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/status-im/nim-bncurve"
}
]