pub async fn import_key_jwk( jwk: String, options: MacKeyOptions, ) -> Result<MacKey, Error>
Import an RFC 7517 JSON Web Key as an HMAC-SHA-1 key (alg, when present, must be "HS1"). See hmac-sha2.import-key-jwk.
alg
"HS1"
hmac-sha2.import-key-jwk