From 4969f2cebd117dac52b5b24f51c4353258a8bc5b Mon Sep 17 00:00:00 2001 From: zah Date: Sun, 6 Jan 2019 12:28:20 +0200 Subject: [PATCH] Update the description of bncurve (#981) --- packages.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/packages.json b/packages.json index abf8c61..8f5f21a 100644 --- a/packages.json +++ b/packages.json @@ -6077,6 +6077,21 @@ "license": "Apache License 2.0", "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", @@ -12291,18 +12306,6 @@ "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" - }, { "name": "unsplash", "url": "https://github.com/juancarlospaco/nim-unsplash",