mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix crypto "decipher.setAAD()" typo
PR-URL: https://github.com/nodejs/node/pull/9782 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Italo A. Casas <me@italoacasas.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
This commit is contained in:
@@ -330,7 +330,7 @@ added: v1.0.0
|
||||
-->
|
||||
|
||||
When using an authenticated encryption mode (only `GCM` is currently
|
||||
supported), the `cipher.setAAD()` method sets the value used for the
|
||||
supported), the `decipher.setAAD()` method sets the value used for the
|
||||
_additional authenticated data_ (AAD) input parameter.
|
||||
|
||||
Returns `this` for method chaining.
|
||||
|
||||
Reference in New Issue
Block a user