[][src]Function node_sys::crypto::create_cipheriv

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