Skip to main content

create_hmac

Function create_hmac 

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