Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit affddd3

Browse filesBrowse files
tniessenMylesBorins
authored andcommitted
doc: fix description of createDecipheriv
PR-URL: #18651 Refs: #12223 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
1 parent 2089814 commit affddd3
Copy full SHA for affddd3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1343,8 +1343,8 @@ recent OpenSSL releases, `openssl list-cipher-algorithms` will display the
13431343
available cipher algorithms.
13441344

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

13491349
### crypto.createDiffieHellman(prime[, primeEncoding][, generator][, generatorEncoding])
13501350
<!-- YAML

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.