| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cstddef>#include <cstdint>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | base64 | 
Functions | |
| size_t | base64::encode_length (size_t aInputLen) | 
| size_t | base64::decode_length (size_t aInputLen) | 
| void | base64::encode (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) |