Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::base64 Namespace Reference

Classes

class  base64_exception
 

Functions

std::vector< uint8_tdecode (std::string_view str)
 
std::string encode (const std::vector< uint8_t > &data)
 
std::string encode (std::string_view dat)
 

Function Documentation

◆ decode()

std::vector< uint8_t > jami::base64::decode ( std::string_view  str)

◆ encode() [1/2]

std::string jami::base64::encode ( const std::vector< uint8_t > &  data)
inline

Definition at line 34 of file base64.h.

References encode().

Here is the call graph for this function:

◆ encode() [2/2]

std::string jami::base64::encode ( std::string_view  dat)