aboutsummaryrefslogtreecommitdiffstats
path: root/common/zb32.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2016-06-28common: Add missing header file for clarity.Werner Koch1-1/+1
* common/zb32.c: Include zb32.h. Signed-off-by: Werner Koch <[email protected]>
2014-04-17common: Add z-base-32 encoder.Werner Koch1-0/+120
* common/zb32.c: New. * common/t-zb32.c: New. * common/Makefile.am (common_sources): Add zb82.c (module_tests): Add t-zb32.