sodium_is_zero

* Testing for all zeros. * This function returns 1 if the nlen bytes vector pointed by n contains only zeros. * It returns 0 if non-zero bits are found.<br> * Its execution time is constant for a given length.<br> * This function was introduced in libsodium 1.0.7.

extern (C)
int
sodium_is_zero
(
const(ubyte)* n
,
const size_t nlen
)

Meta