djbdnscurve6
38
djbdnscurve6
|
Go to the source code of this file.
Functions | |
unsigned int | base32_bytessize (unsigned int len) |
unsigned int | base32_decode (char *out, const char *in, unsigned int len, int mode) |
void | base32_encodebytes (char *out, const char *in, unsigned int len) |
void | base32_encodekey (char *out, const char *key) |
unsigned int base32_decode | ( | char * | out, |
const char * | in, | ||
unsigned int | len, | ||
int | mode | ||
) |
void base32_encodebytes | ( | char * | out, |
const char * | in, | ||
unsigned int | len | ||
) |