Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix argument type of setAAD
  • Loading branch information
tniessen committed Dec 10, 2019
commit 40af46c9a492532b0a2e753efdc110a4833dc48d
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ once will result in an error being thrown.
added: v1.0.0
-->

* `buffer` {Buffer}
* `buffer` {Buffer | TypedArray | DataView}
* `options` {Object} [`stream.transform` options][]
* `plaintextLength` {number}
* Returns: {Cipher} for method chaining.
Expand Down