# browserify-sjcl
Browser-side for sjcl which is a Stanford Javascript Crypto Library.  

It solves the problem that the node crypto module is added to bundle files when package sjcl files.


## 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).
