#include <iostream>
#include "cdecode.h"
Go to the source code of this file.
Data Structures | |
struct | base64::base64_decodestate |
struct | base64::decoder |
Namespaces | |
namespace | base64 |
Enumerations | |
enum | base64::base64_decodestep { base64::step_a, base64::step_b, base64::step_c, base64::step_d } |
Functions | |
void | base64::base64_init_decodestate (base64_decodestate *state_in) |
int | base64::base64_decode_value (char value_in) |
int | base64::base64_decode_block (const char *code_in, const int length_in, char *plaintext_out, base64_decodestate *state_in) |