diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 4ce7c17380bb11..c830a555dfed18 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1268,6 +1268,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}