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 9a76bd5 commit 43b409dCopy full SHA for 43b409d
backend/res/Encryption.php
@@ -14,7 +14,7 @@ class Encryption
14
* @param string $data Data to decrypt.
15
* @param string $password Password used to decrypt.
16
* @param string $iv IV for decryption.
17
- * @param string $tag
+ * @param string $tag AEAD tag from the data encryption.
18
* @return string Returns decrypted data.
19
* @since 2.0
20
* @since 2.3 Added support for AEAD cipher modes.
0 commit comments