mirror of https://github.com/restic/restic.git
Merge pull request #4563 from smlx/mac-signature
fix: drop reference to signature and define MAC
This commit is contained in:
commit
6086ae4ca7
|
@ -48,7 +48,7 @@ be used instead of the complete filename.
|
||||||
Apart from the files stored within the ``keys`` and ``data`` directories,
|
Apart from the files stored within the ``keys`` and ``data`` directories,
|
||||||
all files are encrypted with AES-256 in counter mode (CTR). The integrity
|
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
|
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
|
Files in the ``data`` directory ("pack files") consist of multiple parts
|
||||||
which are all independently encrypted and authenticated, see below.
|
which are all independently encrypted and authenticated, see below.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue