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

https://github.com/bwaldvogel/base91

Base91 codec
https://github.com/bwaldvogel/base91

base91 java

Last synced: 9 months ago
JSON representation

Base91 codec

Awesome Lists containing this project

README

          

[![CI](https://github.com/bwaldvogel/base91/workflows/CI/badge.svg)](https://github.com/bwaldvogel/base91/actions)
[![Coverage Status](https://coveralls.io/repos/github/bwaldvogel/base91/badge.svg?branch=master)](https://coveralls.io/github/bwaldvogel/base91?branch=master)
[![BSD 3-Clause License](https://img.shields.io/github/license/bwaldvogel/base91.svg)](https://opensource.org/licenses/BSD-3-Clause)

Modified version of Jochaim Henke’s Base91 Encoder/Decoder from http://base91.sourceforge.net/

TODOs
-----

- Add a Base91InputStream that decodes the underlying stream blockwise