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: about 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T20:44:42.000Z (over 5 years ago)
- Last Synced: 2025-01-28T17:08:09.709Z (11 months 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
[](https://travis-ci.org/athanclark/purescript-z85)
[](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).