browserify-sjcl

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

Usage no npm install needed!

<script type="module">
  import browserifySjcl from 'https://cdn.skypack.dev/browserify-sjcl';
</script>

README

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

npm install browserify-sjcl

Documentation

It is the browser-side for sjcl. You can Go to the sjcl documentation.