fix: drop reference to signature and define MAC

Poly1305-AES is not a signature, so don't mention that.

In addition, the term MAC was used without being defined, so add a
definition.

Signed-off-by: Scott Leggett <scott@sl.id.au>
This commit is contained in:
Scott Leggett 2023-11-06 20:10:32 +08:00
parent 19068aa82f
commit aeaf527be1
No known key found for this signature in database
GPG Key ID: 039ABF7182393326
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ be used instead of the complete filename.
Apart from the files stored within the ``keys`` and ``data`` directories,
all files are encrypted with AES-256 in counter mode (CTR). The integrity
of the encrypted data is secured by a Poly1305-AES message authentication
code (sometimes also referred to as a "signature").
code (MAC).
Files in the ``data`` directory ("pack files") consist of multiple parts
which are all independently encrypted and authenticated, see below.