Function create_cipheriv

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