We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0405c8d commit 7b612faCopy full SHA for 7b612fa
doc/api/crypto.md
@@ -3857,7 +3857,7 @@ added: v15.0.0
3857
the maximum HKDF output 16320 bytes).
3858
* `callback` {Function}
3859
* `err` {Error}
3860
- * `derivedKey` {Buffer}
+ * `derivedKey` {ArrayBuffer}
3861
3862
HKDF is a simple key derivation function defined in RFC 5869. The given `ikm`,
3863
`salt` and `info` are used with the `digest` to derive a key of `keylen` bytes.
0 commit comments