From dd76c988ce7d1a6ff24e5ea55408d1771aa62380 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 14 Aug 2015 07:38:24 +1000 Subject: [PATCH] README: remove TODOs --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index aa01181..0bcf124 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,4 @@ browserify-sign [![Build Status](https://travis-ci.org/crypto-browserify/browserify-sign.svg)](https://travis-ci.org/crypto-browserify/browserify-sign) === -a package to duplicate the functionality of node's crypto public key functions, much of this is based on [Fedor Indutny's](https://github.com/indutny) work on [tls.js](https://github.com/indutny/tls.js). - -# done - -- basic rsa signing and verifying with the right api - -# todo - -- ~~tests to make sure we actually did it~~ -- ~~chinese remainder theorom?~~ -- ~~eliptical curve signing~~ -- ~~publicEncrypt and privateDecrypt?~~ (out of scope) -- ~~other key encodings (non rss format public keys)~~ -- dsa keys? -- ~~keys with passwords~~ +A package to duplicate the functionality of node's crypto public key functions, much of this is based on [Fedor Indutny's](https://github.com/indutny) work on [tls.js](https://github.com/indutny/tls.js).