Package detail

@aztec/bn128

AztecProtocol61LGPL-3.01.3.2

JS helper library for a Barreto-Naehrig pairing friendly curve

aztec, blockchain, confidentiality, cryptography

readme

bn128

Barreto-Naehrig pairing friendly curve providing 128 bits of security defined as: y2=x3+b.

Usage

Install the module:

$ yarn add @aztec/bn128

And import it in your project:

const bn128 = require('@aztec/bn128');

Example

Contributing

We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.

Please read our contribution guidelines before getting started.

Install Modules

$ yarn install

Build

$ yarn build

Clean

$ yarn clean

changelog

Changelog

v0.2.7

November 7, 2019

  • Update @aztec/dev-utils dependency

v0.2.6

September 6, 2019

  • Initial add