1.2.0 • Published 4 years ago

@aztec/secp256k1 v1.2.0

Weekly downloads
53
License
LGPL-3.0
Repository
github
Last release
4 years ago

secp256k1

Utility wrapper around the secp256k1 curve. Particularly helpful for generating random Ethereum private/ public key tuples.

Usage

Install the module:

$ yarn add @aztec/secp256k1

And import it in your project:

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

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