Skip to content

Commit 0067bcc

Browse files
tniessengibfahn
authored andcommitted
doc: fix description of createDecipheriv
PR-URL: #18651 Refs: #12223 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
1 parent 988cca8 commit 0067bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/crypto.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1172,8 +1172,8 @@ recent OpenSSL releases, `openssl list-cipher-algorithms` will display the
11721172
available cipher algorithms.
11731173

11741174
The `key` is the raw key used by the `algorithm` and `iv` is an
1175-
[initialization vector][]. Both arguments must be `'utf8'` encoded strings or
1176-
[buffers][`Buffer`].
1175+
[initialization vector][]. Both arguments must be `'utf8'` encoded strings,
1176+
[Buffers][`Buffer`], `TypedArray`, or `DataView`s.
11771177

11781178
### crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
11791179
<!-- YAML

0 commit comments

Comments
 (0)