|
KiCad PCB EDA Suite
|
Functions | |
| size_t | encode_length (size_t aInputLen) |
| size_t | decode_length (size_t aInputLen) |
| void | encode (const std::vector< uint8_t > &aInput, std::vector< uint8_t > &aOutput) |
| void | decode (const std::vector< uint8_t > &aInput, std::vector< uint8_t > &aOutput) |
| void base64::decode | ( | const std::vector< uint8_t > & | aInput, |
| std::vector< uint8_t > & | aOutput ) |
Definition at line 113 of file base64.cpp.
References decode_length(), and end.
| size_t base64::decode_length | ( | size_t | aInputLen | ) |
Definition at line 67 of file base64.cpp.
Referenced by decode().
| void base64::encode | ( | const std::vector< uint8_t > & | aInput, |
| std::vector< uint8_t > & | aOutput ) |
Definition at line 76 of file base64.cpp.
References encode_length(), and end.
Referenced by SVG_PLOTTER::PlotImage().
| size_t base64::encode_length | ( | size_t | aInputLen | ) |
Definition at line 61 of file base64.cpp.
Referenced by encode().