ecurve-names
Elliptical Curve Cryptography Named Parameters
Last updated 12 years ago by jp .
Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install ecurve-names 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 0.3.0                                ...           latest (12 years ago)

5 Versions

  • 0.3.0                                ...           12 years ago
  • 0.2.1                                ...           12 years ago
  • 0.2.0                                ...           12 years ago
  • 0.1.1                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (2)
Dependents (3)

Copyright 2013 - present © cnpmjs.org | Home |