★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/affddd372aNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
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>
  • Loading branch information
tniessen authored and MylesBorins committed Feb 21, 2018
1 parent 2089814 commit affddd372a5ecbb89c7991fa982eb2ebc91c3c89
Showing with 2 additions and 2 deletions.
  1. +2 −2 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])
<!-- YAML

0 comments on commit affddd3

Please sign in to comment.