mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: Add z-base-32 encoder.
* common/zb32.c: New. * common/t-zb32.c: New. * common/Makefile.am (common_sources): Add zb82.c (module_tests): Add t-zb32.
This commit is contained in:
parent
a34afa8f20
commit
b8a91ebf46
4 changed files with 235 additions and 2 deletions
|
@ -164,6 +164,8 @@ gpg_error_t b64dec_proc (struct b64state *state, void *buffer, size_t length,
|
|||
gpg_error_t b64dec_finish (struct b64state *state);
|
||||
|
||||
|
||||
/*-- zb32.c --*/
|
||||
char *zb32_encode (const void *data, unsigned int databits);
|
||||
|
||||
|
||||
/*-- sexputil.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue