aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-zb32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Add another test case to zb32.cWerner Koch2015-02-241-0/+3
| | | | | | | -- Fingerprints may eventually be used with zb32 and thus thre should be a test case.
* common: Add z-base-32 encoder.Werner Koch2014-04-171-0/+110
* common/zb32.c: New. * common/t-zb32.c: New. * common/Makefile.am (common_sources): Add zb82.c (module_tests): Add t-zb32.