Function create_hmac

Source
pub fn create_hmac(
    algorithm: &str,
    key: &JsValue,
    option: Option<StreamTransformOptions>,
) -> Hmac