base64_encode_ctx Struct Reference
#include <base64.h>
Collaboration diagram for base64_encode_ctx:
Public Attributes | |
const char * | alphabet |
unsigned short | word |
unsigned char | bits |
Detailed Description
Member Data Documentation
◆ alphabet
const char* base64_encode_ctx::alphabet |
Definition at line 70 of file base64.h.
Referenced by base64_encode_final(), base64_encode_init(), base64_encode_single(), and base64_encode_update().
◆ bits
unsigned char base64_encode_ctx::bits |
Definition at line 72 of file base64.h.
Referenced by base64_encode_final(), base64_encode_init(), base64_encode_single(), and base64_encode_update().
◆ word
unsigned short base64_encode_ctx::word |
Definition at line 71 of file base64.h.
Referenced by base64_encode_final(), base64_encode_init(), and base64_encode_single().
The documentation for this struct was generated from the following file:
- include/base64.h