]> git.ozlabs.org Git - ccan/commit - ccan/base64/base64.c
base64: implements rfc4648, the base64 encoding
authorPeter Barker <pb-ccan@barker.dropbear.id.au>
Mon, 9 Mar 2015 04:59:48 +0000 (15:59 +1100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Mar 2015 06:46:33 +0000 (17:16 +1030)
commit78158c87e37ce3b41cd5145e29baea38fd002374
tree50d01acf73b3e42cad293b71f1aa4c128237cc9f
parent94e7bbe83e4071cebe189d8487acb3df7552fb24
base64: implements rfc4648, the base64 encoding

Encode buffers into base64 according to rfc4648.
Decode base64-encoded buffers according to the same standard.

Signed-off-by: <pb-ccan@barker.dropbear.id.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile-ccan
ccan/base64/LICENSE [new symlink]
ccan/base64/_info [new file with mode: 0644]
ccan/base64/base64.c [new file with mode: 0644]
ccan/base64/base64.h [new file with mode: 0644]
ccan/base64/test/moretap.h [new file with mode: 0644]
ccan/base64/test/run.c [new file with mode: 0644]