Socket
Socket
Sign inDemoInstall

ecurve-names

Package Overview
Dependencies
2
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ecurve-names

Elliptical Curve Cryptography Named Parameters


Version published
Maintainers
4
Install size
61.1 kB
Created

Readme

Source

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.

Keywords

FAQs

Last updated on 06 Mar 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc