You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/crypto-browserify
Matthew Butterick 3f36e2ce2c porting 7 years ago
..
example porting 7 years ago
test porting 7 years ago
.npmignore porting 7 years ago
.travis.yml porting 7 years ago
LICENSE porting 7 years ago
helpers.js porting 7 years ago
index.js porting 7 years ago
md5.js porting 7 years ago
package.json porting 7 years ago
readme.markdown porting 7 years ago
rng.js porting 7 years ago
sha.js porting 7 years ago
sha256.js porting 7 years ago

readme.markdown

crypto-browserify

A (partial) port of crypto to the browser.

travis

browser support

Basically, I found some crypto implemented in JS lieing on the internet somewhere and wrapped it in the part of the crypto api that I am currently using.

In a way that will be compatible with browserify.

I will extend this if I need more features, or if anyone else wants to extend this, I will add you as a maintainer.

Provided that you agree that it should replicate the node.js/crypto api exactly, of course.