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: 7 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T20:34:07.000Z (over 5 years ago)
- Last Synced: 2024-12-28T16:37:45.132Z (about 1 year 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
[](https://travis-ci.org/athanclark/purescript-base64)
[](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.