browserify-sjcl
Version:
Browser-side for sjcl which is a Stanford Javascript Crypto Library
17 lines (9 loc) • 369 B
Markdown
# browserify-sjcl
Browser-side for sjcl which is a Stanford Javascript Crypto Library.
It solves the problem that the node crypto module was added to bundle files when package sjcl.
## Install
```bash
npm install browserify-sjcl
```
## Documentation
It is the browser-side for sjcl. You can [Go to the sjcl documentation](https://www.npmjs.com/package/sjcl).