https://github.com/browserify/createecdh
browserify version of crypto.createECDH
https://github.com/browserify/createecdh
Last synced: 6 months ago
JSON representation
browserify version of crypto.createECDH
- Host: GitHub
- URL: https://github.com/browserify/createecdh
- Owner: browserify
- License: mit
- Created: 2014-11-06T18:08:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T10:00:13.000Z (about 1 year ago)
- Last Synced: 2025-03-31T17:15:07.745Z (11 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 24
- Watchers: 2
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
createECDH [](https://travis-ci.org/crypto-browserify/createECDH)
====
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](https://github.com/indutny/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).