cryptocoin-ecc-named

Eliptical Curve Cryptography Named Parameters

Usage no npm install needed!

<script type="module">
  import cryptocoinEccNamed from 'https://cdn.skypack.dev/cryptocoin-ecc-named';
</script>

README

ecc-named

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

AMD/CommonJS compatible.

See this article for more details: bitcoin address.

Install

Node.js/Browserify

npm install --save cryptocoin-ecc-named

Component

component install cryptocoinjs/ecc-named

Bower

bower install cryptocoin-ecc-named

Script

<script src="/path/to/ecc-named.js"></script>

Usage

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

Credits

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