Socket
Socket
Sign inDemoInstall

ethereum-cryptography-native

Package Overview
Dependencies
45
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ethereum-cryptography-native

Native implementations of ethereum-cryptography for Node.js


Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Install size
11.4 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 29 Nov 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc