Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/athanclark/purescript-base64
- Owner: athanclark
- License: bsd-3-clause
- Created: 2017-03-28T02:22:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T20:34:07.000Z (over 4 years ago)
- Last Synced: 2024-12-11T02:06:31.219Z (27 days ago)
- Topics: base64, decoding, encoding, purescript
- Language: Dhall
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.