create-ecdh
Advanced tools
Weekly downloads
Readme
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).
FAQs
createECDH but browserifiable
The npm package create-ecdh receives a total of 8,492,943 weekly downloads. As such, create-ecdh popularity was classified as popular.
We found that create-ecdh demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
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.