#include <iostream>#include "cencode.h"Go to the source code of this file.
Data Structures | |
| struct | base64::base64_encodestate |
| struct | base64::encoder |
Namespaces | |
| namespace | base64 |
Enumerations | |
| enum | base64::base64_encodestep { base64::step_A, base64::step_B, base64::step_C } |
Functions | |
| void | base64::base64_init_encodestate (base64_encodestate *state_in) |
| char | base64::base64_encode_value (char value_in) |
| int | base64::base64_encode_block (const char *plaintext_in, int length_in, char *code_out, base64_encodestate *state_in) |
| int | base64::base64_encode_blockend (char *code_out, base64_encodestate *state_in) |
1.6.3