Skip to main content

create_cipheriv

Function create_cipheriv 

Source
pub fn create_cipheriv(
    algorithm: &str,
    key: &JsValue,
    iv: &JsValue,
    options: Option<StreamTransformOptions>,
) -> Cipher