pub fn verify_api_key(key: &str, hash: &str) -> bool
Verifies an API key against an Argon2id hash.
Returns true if the key matches the hash, false otherwise. This operation is constant-time to prevent timing attacks.
true
false