From 0dd788aca0cb45321fd41abbbb6ebd54a068a40a Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sun, 28 Dec 2014 14:13:08 +0300 Subject: [PATCH] README fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 168200a..60af65f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ JavaScript Elliptic curve cryptography library for both browserify and node. ## Motivation -There is currently no any isomorphic ECC library which provides ECDSA, ECDH and ECIES for both Node.js and Browser and uses the fastest implementations available (e.g. [secp256k1-node](https://github.com/wanderer/secp256k1-node) is much faster than other libraries but can be used only on Node.js). So `eccrypto` is an attempt to create one. Current goals: +There is currently no any isomorphic ECC library which provides ECDSA, ECDH and ECIES for both Node.js and Browser and uses the fastest libraries available (e.g. [secp256k1-node](https://github.com/wanderer/secp256k1-node) is much faster than other libraries but can be used only on Node.js). So `eccrypto` is an attempt to create one. Current goals: -- [x] Convert private key to public -- [x] ECDSA +- [x] ~~Convert private key to public~~ +- [x] ~~ECDSA~~ - [ ] ECDH - [ ] ECIES