sodium_base64_ENCODED_LEN

#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.

extern (C) @nogc nothrow
size_t
sodium_base64_ENCODED_LEN
()
(
const size_t BIN_LEN
,
const int VARIANT
)

Meta