![]() |
EVE 1.0
|
Header file for the EVE base64 encoder / decoder. More...
Go to the source code of this file.
Data Structures | |
struct | base64_dec_state_t |
struct | base64_enc_state_t |
Macros | |
#define | BASE64_DEC_INIT {.step = 0,} |
#define | BASE64_ENC_INIT {.step = 0,} |
Enumerations |
Functions | |
void | base64_dec_init (struct base64_dec_state_t *s) |
enum base64_rc_t | base64_dec (struct base64_dec_state_t *s, uint8_t ch) |
void | base64_enc_init (struct base64_enc_state_t *s) |
enum base64_rc_t | base64_enc (struct base64_enc_state_t *s, uint8_t ch) |
enum base64_rc_t | base64_enc_eof (struct base64_enc_state_t *s) |
Header file for the EVE base64 encoder / decoder.
Definition in file base64.h.