We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce877c6 commit f64db24Copy full SHA for f64db24
doc/api/crypto.md
@@ -978,6 +978,11 @@ The `decipher.update()` method can be called multiple times with new data until
978
[`decipher.final()`][] is called. Calling `decipher.update()` after
979
[`decipher.final()`][] will result in an error being thrown.
980
981
+Even if the underlying cipher implements authentication, the authenticity and
982
+integrity of the plaintext returned from this function may be uncertain at this
983
+time. For authenticated encryption algorithms, authenticity is generally only
984
+established when the application calls [`decipher.final()`][].
985
+
986
## Class: `DiffieHellman`
987
988
<!-- YAML
0 commit comments