Skip to content

Commit

Permalink
README: remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 13, 2015
1 parent 557119b commit dd76c98
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

2 comments on commit dd76c98

@dcousens
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@calvinmetcalf, is it worth putting any information here?

@calvinmetcalf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a note that due to api compatability issues we don't use the native crypto api?

Please sign in to comment.