#include <base64.h>
|
static std::vector< uint8_t > | raw_from_b64 (const std::string_view &b64_string) |
|
static std::string | b64_from_raw (const uint8_t *data, size_t size) |
|
◆ b64_from_raw()
static std::string ccf::crypto::Base64_openssl::b64_from_raw |
( |
const uint8_t * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
◆ raw_from_b64()
static std::vector< uint8_t > ccf::crypto::Base64_openssl::raw_from_b64 |
( |
const std::string_view & |
b64_string | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: