node-create-ecdh

browserifiable createECDH
  https://github.com/crypto-browserify/createECDH
  0
  no reviews



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 implementation, more specifically a wrapper around elliptic to give it the same API as node.

Node.js is an event-based server-side JavaScript engine.