pub async fn import_key_raw( raw: impl Into<Vec<u8>>, options: MacKeyOptions, ) -> Result<Mac, Error>
Import raw key material as an HMAC-SHA-1 key.