forked from zooko/libbase32
-
Notifications
You must be signed in to change notification settings - Fork 0
libbase32 is an implementation of base32 encoding for binary data. v0.9 is fully functional with implementations in Python and C.
License
jensbjorgensen/libbase32
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
libbase32 is an implementation of base32 encoding for binary data. v0.9 is fully functional with implementations in Python and C.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 68.3%
- C 18.2%
- C++ 13.5%