forked from simplegeo/zbase32
-
Notifications
You must be signed in to change notification settings - Fork 0
An alternate base32 encoder (not RFC 3548 compliant)
LironHaroni/zbase32
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
For the python version you will need pyutil [1]. To build the C version you will need libzstr [2], a C library for safe, efficient, 8-bit clean strings. Please see the DESIGN file for a justification of the specific base-32 encoding and why it differs from previous encodings such as [3]. [1] http://sourceforge.net/projects/pyutil [2] http://sourceforge.net/projects/libzstr [3] http://www.ietf.org/internet-drafts/draft-josefsson-base-encoding-04.txt
About
An alternate base32 encoder (not RFC 3548 compliant)
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 74.6%
- C 25.4%