]> git.ipfire.org Git - pakfire.git/commit
util: Implement decoding base64 data and add tests
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Jun 2023 13:56:54 +0000 (13:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Jun 2023 13:56:54 +0000 (13:56 +0000)
commitab24895f0ab201bcb50b7dc17f01e8eed482c93d
tree084a320276a18a90619e98d4c1d54d0a560d4953
parent9aa6fc531fdbfd80fa357b88ea731bbcae7dc9e2
util: Implement decoding base64 data and add tests

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/util.h
src/libpakfire/util.c
tests/libpakfire/util.c