| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9ac91b1 commit 0071560
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1289,8 +1289,8 @@ recent OpenSSL releases, `openssl list-cipher-algorithms` will display the | |||
| 1289 | 1289 | available cipher algorithms. | |
| 1290 | 1290 | ||
| 1291 | 1291 | The `key` is the raw key used by the `algorithm` and `iv` is an | |
| 1292 | - [initialization vector][]. Both arguments must be `'utf8'` encoded strings or | ||
| 1293 | - [buffers][`Buffer`]. | ||
| 1292 | + [initialization vector][]. Both arguments must be `'utf8'` encoded strings, | ||
| 1293 | + [Buffers][`Buffer`], `TypedArray`, or `DataView`s. | ||
| 1294 | 1294 | ||
| 1295 | 1295 | ### crypto.createDiffieHellman(prime[, primeEncoding][, generator][, generatorEncoding]) | |
| 1296 | 1296 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments