1.0.0 • Published 8 years ago

sjcl-codec-base64 v1.0.0

Weekly downloads
3
License
BSD or GPL 2.0
Repository
github
Last release
8 years ago

sjcl-codec-base64

A modular fork of the sjcl codec.base64 namespace.

Build status

Install

$ npm install sjcl-codec-base64

Usage

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

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

var urlFromBits = require('sjcl-codec-base64/url/from-bits')
var urlToBits = require('sjcl-codec-base64/url/to-bits')

License

BSD or GPL 2.0