@aztec/secp256k1
v1.2.0
Published
Javascript wrapper around the secp256k1 curve
Downloads
30
Readme
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