Vala.Crypto.Hmac.verify – Valacore Reference Manual
verify
Description:
public
static
bool
verify
(
string
expected,
string
actual)
Compares two hashes in a timing-safe manner.
Parameters:
expected
expected hash.
actual
actual hash.
Returns:
true if equal.