npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

ecurve-names

0.3.0

@jp

npmHomeRepoSnykSocket
Downloads:328
$ npm install ecurve-names
DailyWeeklyMonthlyYearly

ecurve-names

JavaScript component to Elliptical Curve Cryptography named parameters from http://www.secg.org/collateral/sec2_final.pdf

See this article for more details: bitcoin address.

Usage

http://procbits.com/2013/08/27/generating-a-bitcoin-address-with-javascript

var getSECCurveByName = require('ecurve-names')
var curve = getSECCurveByName('secp256k1');

Credits

It's not clear to me if this is based upon Tom Wu's work or Stefen Thomas.