pub async fn import_key_jwk( jwk: impl Into<String>, options: MacKeyOptions, ) -> Result<Mac, Error>
Import an RFC 7517 oct JSON Web Key (as JSON text; alg "HS1") as an HMAC-SHA-1 key.
oct
alg
"HS1"