0.3.0 • Published 10 years ago

ecurve-names v0.3.0

Weekly downloads
136
License
-
Repository
github
Last release
10 years ago

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.