diff options
| -rw-r--r-- | packages.json | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/packages.json b/packages.json index abf8c61..8f5f21a 100644 --- a/packages.json +++ b/packages.json @@ -6078,6 +6078,21 @@ "web": "https://github.com/status-im/nim-faststreams" }, { + "name": "bncurve", + "url": "https://github.com/status-im/nim-bncurve", + "method": "git", + "tags": [ + "library", + "cryptography", + "barreto-naehrig", + "eliptic-curves", + "pairing" + ], + "description": "Nim Barreto-Naehrig pairing-friendly elliptic curve implementation", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-bncurve" + }, + { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", "method": "git", @@ -12292,18 +12307,6 @@ "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" - }, - { "name": "unsplash", "url": "https://github.com/juancarlospaco/nim-unsplash", "method": "git", |
