diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2019-01-06 11:58:18 +0200 |
|---|---|---|
| committer | Zahary Karadjov <zahary@gmail.com> | 2019-01-06 11:58:18 +0200 |
| commit | 65f31ef1dc4fe912ffd14cd406e70a19501e61b1 (patch) | |
| tree | 4ef9291c52efb1a448b42023304fd569ba6665bc | |
| parent | afdefde4e02ab5b16c89d3532089199e8f41e9ff (diff) | |
| download | packages-bncurve-updates.tar.gz packages-bncurve-updates.zip | |
Update the description of bncurvebncurve-updates
| -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", |
