pub fn verify_api_key_hash(raw_key: &str, stored_hash: &str) -> bool
Constant-time comparison of a raw key against a stored hash.
Prevents timing attacks by using subtle::ConstantTimeEq.
subtle::ConstantTimeEq