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 75288fb commit 20d7d65Copy full SHA for 20d7d65
doc/api/crypto.md
@@ -551,6 +551,9 @@ added: v1.0.0
551
The `cipher.getAuthTag()` method should only be called after encryption has
552
been completed using the [`cipher.final()`][] method.
553
554
+If the `authTagLength` option was set during the `cipher` instance's creation,
555
+this function will return exactly `authTagLength` bytes.
556
+
557
### `cipher.setAAD(buffer[, options])`
558
559
<!-- YAML
0 commit comments