a package to duplicate the functionality of node's crypto public key functions, much of this is based on Fedor Indutny's work on tls.js.
- basic rsa signing and verifying with the right api
tests to make sure we actually did itchinese remainder theorom?eliptical curve signingpublicEncrypt and privateDecrypt?(out of scope)other key encodings (non rss format public keys)- dsa keys?
keys with passwords