EncodeBase64

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

NameDescription
inputThe bytes to encode.