djbdnscurve6  38
djbdnscurve6
Functions
base32.h File Reference
This graph shows which files directly or indirectly include this file:

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 *)
 

Function Documentation

◆ base32_bytessize()

unsigned int base32_bytessize ( unsigned int  len)

Definition at line 4 of file base32.c.

◆ base32_decode()

unsigned int base32_decode ( char *  out,
const char *  in,
unsigned int  len,
int  mode 
)

Definition at line 10 of file base32.c.

◆ base32_encodebytes()

void base32_encodebytes ( char *  out,
const char *  in,
unsigned int  len 
)

Definition at line 61 of file base32.c.

◆ base32_encodekey()

void base32_encodekey ( char *  out,
const char *  key 
)

Definition at line 88 of file base32.c.