Base64 encode the given bytes.
Synopsis
Declared in <util/strencodings.h>
std::string
EncodeBase64(std::span<unsigned char const> input);
Return Value
The base64 encoding of input.
Parameters
Name |
Description |
input |
The bytes to encode. |
Created with MrDocs