fn verify_hmac( cx: JSContext, key: &CryptoKey, data: &[u8], signature: &[u8], ) -> Result<bool, Error>
https://w3c.github.io/webcrypto/#hmac-operations