commit 1531ffae4f58fac438f5c3299b7829ee67e85d77
parent 22ddcee6eb5383f99480a84d1eec8aa580d90425
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 1 Feb 2022 18:16:44 +0100
tag follows data
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -1229,7 +1229,7 @@ DATA := XSalsa20-Poly1305(K, IV, CIPHERTEXT)
]]></artwork>
<t>
The result of the XSalsa20-Poly1305 encryption function is the encrypted
- ciphertext concatenated with the 128-bit authentication
+ ciphertext followed by the 128-bit authentication
tag.
Accordingly, the length of encrypted data equals the length of the
data plus the 16 bytes of the authentication tag.