Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athanclark/purescript-z85
Encoding and Decoding for ZeroMQ's z85 binary format.
https://github.com/athanclark/purescript-z85
ascii base85 binary-encoding purescript zeromq
Last synced: 8 days ago
JSON representation
Encoding and Decoding for ZeroMQ's z85 binary format.
- Host: GitHub
- URL: https://github.com/athanclark/purescript-z85
- Owner: athanclark
- License: bsd-3-clause
- Created: 2018-11-30T10:51:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T20:44:42.000Z (over 4 years ago)
- Last Synced: 2024-12-08T20:55:19.319Z (28 days ago)
- Topics: ascii, base85, binary-encoding, purescript, zeromq
- Language: PureScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-z85
[![Build Status](https://travis-ci.org/athanclark/purescript-z85.svg?branch=master)](https://travis-ci.org/athanclark/purescript-z85)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-z85/badge)](https://pursuit.purescript.org/packages/purescript-z85)This is a PureScript implementation of the [ZeroMQ Z85 Binary Codec](https://rfc.zeromq.org/spec:32/Z85/), mostly
adopted from the [Stanford Javascript Crypto Library's Implementation](https://github.com/bitwiseshiftleft/sjcl/blob/master/core/codecZ85.js).