Package Exports
- browserify-rsa
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-rsa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
browserify-rsa
RSA private decryption/signing using chinese remainder and blinding.
API
Give it a message as a buffer, a private key (as decoded by https://www.npmjs.com/package/parse-asn1) and a crypto object (aka require('crypto'), this is because we use it in browserify crypto and don't want to create a circular dependency)