Skip to content

haakonn/szbase32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

szbase32 is an implementation of the z-base-32 encoding in Scala.

This is basically the standard RFC 4648 Base32 encoding but with a custom
alphabet permutation to make the encodings easier to read and communicate,
and also leaves out padding to make the code shorter.

Background:

https://tools.ietf.org/html/rfc4648
http://philzimmermann.com/docs/human-oriented-base-32-encoding.txt

Feel free to use this under the terms of the MIT license.

About

s-base-32 implementation in Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages