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>
Showing
ccan/base64/LICENSE
0 → 120000
ccan/base64/_info
0 → 100644
ccan/base64/base64.c
0 → 100644
ccan/base64/base64.h
0 → 100644
ccan/base64/test/moretap.h
0 → 100644
ccan/base64/test/run.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment