djbdnscurve6  38
djbdnscurve6
Functions
base32.c File Reference
#include "base32.h"
#include "byte.h"
Include dependency graph for base32.c:

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)
 

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.