createECDH
createECDH copied to clipboard
browserify version of crypto.createECDH
SEE: https://nvd.nist.gov/vuln/detail/CVE-2020-28498
Running an `npm audit` will show that `[email protected]` has a moderate vulnerability - `Use of a Broken or Risky Cryptographic Algorithm`  Upgrading elliptic to version `6.5.4` will resolve the...
Due to [node deprecation](https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor) Buffer constructor is changed to Buffer.from().
This PR adds power support on travis.
https://github.com/indutny/elliptic/issues/191 (`createECDH` need bump to 4.1.0)
Hi all, I'm running the following code snippet to uncompress an EC public key: ``` const assert = require('assert') const crypto = require('crypto') const pubkey_short = Buffer.from([0x03, 0x4b, 0x6f, 0xde,...
Hi, Could you share a browser sample for this? test.js is works. But when i want to use in browser, i don't know how can i use? Thanks
Updates version Set bn.js to 4.12.2 and elliptic to 6.6.1 To fix: https://security.snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 https://security.snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 https://security.snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 https://security.snyk.io/vuln/SNYK-JS-ELLIPTIC-1064899 https://security.snyk.io/vuln/SNYK-JS-ELLIPTIC-571484