From 01d8bed1adff971fde287423d8b2fd9e3009aadd Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 7 Feb 2019 11:53:47 +0100 Subject: [PATCH] Add blscurve --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 55125dd..9f8bb8c 100644 --- a/packages.json +++ b/packages.json @@ -6082,6 +6082,20 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth" }, + { + "name": "blscurve", + "url": "https://github.com/status-im/nim-blscurve", + "method": "git", + "tags": [ + "library", + "cryptography", + "bls", + "aggregated-signatures" + ], + "description": "Nim implementation of Barreto-Lynn-Scott (BLS) curve BLS12-381.", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-blscurve" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp",