randombytes_BYTES_MAX

extern (C) nothrow @nogc
enum randombytes_BYTES_MAX = SODIUM_MIN(SODIUM_SIZE_MAX, uint.max);

Meta