#define sodium_base64_ENCODED_LEN(BIN_LEN, VARIANT) Computes the required length to encode BIN_LEN bytes as a base64 string using the given variant. The computed length includes a trailing \0.
See Implementation
#define sodium_base64_ENCODED_LEN(BIN_LEN, VARIANT) Computes the required length to encode BIN_LEN bytes as a base64 string using the given variant. The computed length includes a trailing \0.