crypto_verify_16

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

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

Parameters

x const(ubyte)[]

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

y const(ubyte)[]

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

Return Value

Type: bool

success flag

Meta