crypto_verify_32

The crypto_verify_32() function checks that strings 'x' and 'y' has same content.

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

Parameters

x const(ubyte)[]

first string, slice length must be at least crypto_verify_32_BYTES, extra ignored

y const(ubyte)[]

second string, slice length must be at least crypto_verify_32_BYTES, extra ignored

Return Value

Type: bool

success flag

Meta