mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/base32: New module. * lib/base32.c: New file. * lib/base32.h: Likewise. * m4/base32.m4: Likewise. * modules/base32-tests: New test. * tests/test-base32.c: Likewise. * MODULES.html.sh (Misc): Mention it. Signed-off-by: Eric Blake <eblake@redhat.com>
27 lines
278 B
Plaintext
27 lines
278 B
Plaintext
Description:
|
|
Encode binary data using printable characters (base32).
|
|
|
|
Files:
|
|
lib/base32.h
|
|
lib/base32.c
|
|
m4/base32.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
memchr
|
|
|
|
configure.ac:
|
|
gl_FUNC_BASE32
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += base32.h base32.c
|
|
|
|
Include:
|
|
"base32.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
TODO
|