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 832e052

Browse filesBrowse files
tniessenMylesBorins
authored andcommitted
doc: add missing meta for createCipheriv
PR-URL: #18651 Refs: #8281 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
1 parent affddd3 commit 832e052
Copy full SHA for 832e052

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+3Lines changed: 3 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,9 @@ vulnerabilities. For the case when IV is reused in GCM, see [Nonce-Disrespecting
12681268
Adversaries][] for details.
12691269

12701270
### crypto.createCipheriv(algorithm, key, iv[, options])
1271+
<!-- YAML
1272+
added: v0.1.94
1273+
-->
12711274
- `algorithm` {string}
12721275
- `key` {string | Buffer | TypedArray | DataView}
12731276
- `iv` {string | Buffer | TypedArray | DataView}

0 commit comments

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