Skip to content

Commit 832e052

Browse files
tniessenMylesBorins
authored andcommitted
doc: add missing meta for createCipheriv
PR-URL: #18651 Refs: #8281 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
1 parent affddd3 commit 832e052

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/crypto.md

+3
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)