Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/athanclark/purescript-base64

A base64 encoding tool, wrapping tweetnacl-util-js
https://github.com/athanclark/purescript-base64

base64 decoding encoding purescript

Last synced: 10 days ago
JSON representation

A base64 encoding tool, wrapping tweetnacl-util-js

Awesome Lists containing this project

README

        

# purescript-base64

[![Build Status](https://travis-ci.org/athanclark/purescript-base64.svg?branch=master)](https://travis-ci.org/athanclark/purescript-base64)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-base64-2/badge)](https://pursuit.purescript.org/packages/purescript-base64-2)

This library wraps dchest's fantastic node-based [tweetnacl-util-js library](https://github.com/dchest/tweetnacl-util-js)
for encoding and decoding base64 strings, on both the browser & node.