mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 06:35:43 +00:00 
			
		
		
		
	Merge pull request #4563 from smlx/mac-signature
fix: drop reference to signature and define MAC
This commit is contained in:
		@@ -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.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user