Package Exports
- browserify-sign
- browserify-sign/algos
- browserify-sign/browser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (browserify-sign) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
browserify-sign 
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.
done
- basic rsa signing and verifying with the right api
todo
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