diff --git a/doc/api/crypto.md b/doc/api/crypto.md index ac1c709429ff36..4ce7c17380bb11 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1343,8 +1343,8 @@ recent OpenSSL releases, `openssl list-cipher-algorithms` will display the available cipher algorithms. The `key` is the raw key used by the `algorithm` and `iv` is an -[initialization vector][]. Both arguments must be `'utf8'` encoded strings or -[buffers][`Buffer`]. +[initialization vector][]. Both arguments must be `'utf8'` encoded strings, +[Buffers][`Buffer`], `TypedArray`, or `DataView`s. ### crypto.createDiffieHellman(prime[, primeEncoding][, generator][, generatorEncoding])