wrapper.sodium.crypto_verify_32

Undocumented in source.

Public Imports

deimos.sodium.crypto_verify_32
public import deimos.sodium.crypto_verify_32 : crypto_verify_32_BYTES, crypto_verify_32_bytes;

Members

Aliases

crypto_verify_32
alias crypto_verify_32 = deimos.sodium.crypto_verify_32.crypto_verify_32
Undocumented in source.

Functions

crypto_verify_32
bool crypto_verify_32(ubyte[crypto_verify_32_BYTES] x, ubyte[crypto_verify_32_BYTES] y)

Secrets are always compared in constant time using sodium_memcmp() or crypto_verify_(16|32|64)() @returns true, if the content of array x matches the content of array y. Otherwise, it returns false.

Meta