Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).