Skip to content

hiredman/base85

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base85

A Clojure library designed to provide ascii85 like base85 encoding

Usage

[com.manigfeald/base85 "0.1.0"]

com.manigfeald.base85/encode takes a byte array and returns a string.

com.manigfeald.base85/decode takes a string and returns a byte array.

License

Copyright © 2014 Kevin Downey

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

clojure base85 codec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors