Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

create-ecdh

Package Overview
Dependencies
8
Maintainers
4
Versions
13
Issues
File Explorer

Advanced tools

Install Socket

Protect your apps from supply chain attacks

Install

create-ecdh

createECDH but browserifiable

    4.0.4latest
    GitHub
    npm

Version published
Maintainers
4
Weekly downloads
8,861,565
decreased by-3.94%

Weekly downloads

Readme

Source

createECDH Build Status

In io.js or node >= 0.11 this module is just a shortcut to crypto.createECDH. In node <= 0.11 or the browser this is a pure JavaScript implimentation, more specifically a wrapper around elliptic, to give it the same API as node. secp256k1, secp224r1 (aka p224), prime256v1 (aka p256, secp256r1), prime192v1 (aka p192, secp192r1), secp384r1 (aka p384), secp521r1 (aka p521) curves all work in both this library and node (though only the highlighted name will work in node).

Keywords

FAQs

Last updated on 04 Aug 2020

Did you know?

Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • 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