ethereum-cryptography-native
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

ethereum-cryptography-native

npm version Travis CI license

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.

/ethereum-cryptography-native/

    Package Sidebar

    Install

    npm i ethereum-cryptography-native

    Weekly Downloads

    7

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    12.1 kB

    Total Files

    28

    Last publish

    Collaborators

    • alcuadrado