Testing for all zeros.
It's execution time is constant for a given length.
1 if the nlen bytes vector pointed by n contains only zeros. 0 if non-zero bits are found.
https://download.libsodium.org/doc/helpers#testing-for-all-zeros
See Implementation
Testing for all zeros.
It's execution time is constant for a given length.