djbdnscurve6
38
djbdnscurve6
|
Go to the source code of this file.
Functions | |
unsigned int | base32_bytessize (unsigned int) |
unsigned int | base32_decode (char *, const char *, unsigned int, int) |
void | base32_encodebytes (char *, const char *, unsigned int) |
void | base32_encodekey (char *, const char *) |
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 | ||
) |