diff options
| author | Ștefan Talpalaru <stefantalpalaru@yahoo.com> | 2018-12-27 12:00:08 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-27 12:00:08 +0100 |
| commit | 62549677db1c0edb7ef459fa8b96d29465d20c1c (patch) | |
| tree | 34dcb33b07b4dbe51aff4a71175617230fa7068a | |
| parent | 12faa5d02ecf96c5c6aa6fafde033565961a344d (diff) | |
| download | packages-62549677db1c0edb7ef459fa8b96d29465d20c1c.tar.gz packages-62549677db1c0edb7ef459fa8b96d29465d20c1c.zip | |
"bncurve" package (#970)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6d49999..39ffeea 100644 --- a/packages.json +++ b/packages.json @@ -12251,5 +12251,17 @@ "description": "Nim wrapper for miniz", "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" } ] |
