HarryR / bn256

Implements the Barreto-Naehrig (BN) curve at the 128-bit security level, as used by Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BN256

Build Status

bn256 implements a particular bilinear group at the 128-bit security level.

Imported from https://github.com/ethereum/go-ethereum/tree/master/crypto/bn256

Installation

go get github.com/clearmatics/bn256

Development

Dependencies are managed via dep. Dependencies are checked into this repository in the vendor folder. Documentation for managing dependencies is available in the dep README.

The project follows standard Go conventions using gofmt. If you wish to contribute to the project please follow standard Go conventions. The CI server automatically runs these checks.

About

Implements the Barreto-Naehrig (BN) curve at the 128-bit security level, as used by Ethereum

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 99.0%Language:Makefile 1.0%