sjcl-codec-hex

a modular fork of the sjcl hex namespace

Usage no npm install needed!

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

README

sjcl-codec-hex

A modular fork of the sjcl codec.hex namespace.

Build status

Install

$ npm install sjcl-codec-hex

Usage

As described at in the sjcl docs but with each method required separately.

var fromBits = require('sjcl-codec-hex/from-bits')
var toBits = require('sjcl-codec-hex/to-bits')

License

BSD or GPL 2.0