#include <sys/types.h>
#include <string.h>
#include "base32.h"
#include "byte.h"
#include "uint_t.h"
#include "errno.h"
Go to the source code of this file.
◆ base32_bytessize()
unsigned int base32_bytessize |
( |
unsigned int | len | ) |
|
◆ base32_clientkey()
void base32_clientkey |
( |
uint8 * | out, |
|
|
const char * | key ) |
◆ base32_decode()
unsigned int base32_decode |
( |
uint8 * | out, |
|
|
const char * | in, |
|
|
unsigned int | len, |
|
|
int | mode ) |
◆ base32_encode()
void base32_encode |
( |
uint8 * | out, |
|
|
const char * | in, |
|
|
unsigned int | len ) |
◆ base32_serverkey()
unsigned int base32_serverkey |
( |
uint8 * | out, |
|
|
const char * | in, |
|
|
unsigned int | len ) |