| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2089814 commit affddd3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1343,8 +1343,8 @@ recent OpenSSL releases, `openssl list-cipher-algorithms` will display the | |||
| 1343 | 1343 | available cipher algorithms. | |
| 1344 | 1344 | ||
| 1345 | 1345 | 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. | ||
| 1348 | 1348 | ||
| 1349 | 1349 | ### crypto.createDiffieHellman(prime[, primeEncoding][, generator][, generatorEncoding]) | |
| 1350 | 1350 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments