diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2019-02-07 11:53:47 +0100 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2019-02-07 12:21:20 +0100 |
| commit | 01d8bed1adff971fde287423d8b2fd9e3009aadd (patch) | |
| tree | 7393dae0f74ad96f9fe4b90274780429451e68ed | |
| parent | 03eb331729ad17c8393420019f05d68d9c2968ef (diff) | |
| download | packages-01d8bed1adff971fde287423d8b2fd9e3009aadd.tar.gz packages-01d8bed1adff971fde287423d8b2fd9e3009aadd.zip | |
Add blscurve
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 55125dd..9f8bb8c 100644 --- a/packages.json +++ b/packages.json @@ -6083,6 +6083,20 @@ "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", "method": "git", |
