An open API service indexing awesome lists of open source software.

https://github.com/cryptocoinjs/eckey

A JavaScript component for Eliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin
https://github.com/cryptocoinjs/eckey

Last synced: 11 months ago
JSON representation

A JavaScript component for Eliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin

Awesome Lists containing this project

README

          

eckey
=====

[![build status](https://secure.travis-ci.org/cryptocoinjs/eckey.png)](http://travis-ci.org/cryptocoinjs/eckey)
[![Version](http://img.shields.io/npm/v/eckey.svg)](https://www.npmjs.org/package/eckey)

JavaScript component to handle private key and public keys associated with elliptic curve cryptography. Used with crypto currencies such as Bitcoin, Litecoin, Dogecoin, etc. Works in both Node.js and the browser.

Official documentation:

http://cryptocoinjs.com/modules/currency/eckey/