wrapper.sodium.crypto_verify_64

Undocumented in source.

Members

Aliases

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

Functions

crypto_verify_64
bool crypto_verify_64(ubyte[crypto_verify_64_BYTES] x, ubyte[crypto_verify_64_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.

crypto_verify_64_bytes (from deimos.sodium.crypto_verify_64)
size_t crypto_verify_64_bytes() via public import deimos.sodium.crypto_verify_64 : crypto_verify_64_BYTES, crypto_verify_64_bytes;
Undocumented in source.

Manifest constants

crypto_verify_64_BYTES (from deimos.sodium.crypto_verify_64)
enum crypto_verify_64_BYTES; via public import deimos.sodium.crypto_verify_64 : crypto_verify_64_BYTES, crypto_verify_64_bytes;
Undocumented in source.

Meta