Nuke the base64 code. It was wrong

This commit is contained in:
Nils O. Selåsdal
2013-07-12 21:13:22 +02:00
parent 6e3585e77c
commit 7a968ee77a
4 changed files with 1 additions and 100 deletions
-4
View File
@@ -9,10 +9,6 @@ extern "C" {
#endif
size_t
uc_base64_enc(const unsigned char *data,size_t len,unsigned char *result);
size_t
uc_base64_dec(const unsigned char *data, size_t len, unsigned char *result);
char*
uc_hex_encode(const uint8_t *in, size_t len, char *out);