ethereum-cryptography-native
v0.0.7
Published
Native implementations of ethereum-cryptography for Node.js
Downloads
4
Readme
ethereum-cryptography-native
This is a companion package of ethereum-cryptography
. Installing this package
makes ethereum-cryptography
use native implementations of these cryptographic
primitives:
- Keccak
- Scrypt
- BLAKE2b
- Secp256k1
Installation
Via npm
:
$ npm install ethereum-cryptography-native
Via yarn
:
$ yarn add ethereum-cryptography-native
Usage
This package isn't meant to be used directly. Use ethereum-cryptography
instead.
To use this package in conjunction with ethereum-cryptography
you just need to
install it.
While this package will generally improve the performance of your application, we recommend leaving the decision of installing it to your users. It has multiple native dependencies that need to be compiled, and this can be problematic in some environments.