diff --git a/doc/api/crypto.md b/doc/api/crypto.md index afd133f1939ad5..379141990089bc 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1214,6 +1214,9 @@ vulnerabilities. For the case when IV is reused in GCM, see [Nonce-Disrespecting Adversaries][] for details. ### crypto.createCipheriv(algorithm, key, iv[, options]) + - `algorithm` {string} - `key` {string | Buffer | TypedArray | DataView} - `iv` {string | Buffer | TypedArray | DataView}