forked from TrueCloudLab/restic
Merge pull request #144 from ThomasWaldmann/patch-1
fix typos / wording in Design.md
This commit is contained in:
commit
05f5751095
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ complete filename.
|
||||||
|
|
||||||
Apart from the files `version`, `id` and the files stored below the `keys`
|
Apart from the files `version`, `id` and the files stored below the `keys`
|
||||||
directory, all files are encrypted with AES-256 in counter mode (CTR). The
|
directory, all files are encrypted with AES-256 in counter mode (CTR). The
|
||||||
integrity of the encrypted data is secured by an Poly1305-AES signature.
|
integrity of the encrypted data is secured by a Poly1305-AES signature.
|
||||||
|
|
||||||
In the first 16 bytes of each encrypted file the initialisation vector (IV) is
|
In the first 16 bytes of each encrypted file the initialisation vector (IV) is
|
||||||
stored. It is followed by the encrypted data and completed by the 16 byte MAC
|
stored. It is followed by the encrypted data and completed by the 16 byte MAC
|
||||||
|
@ -342,7 +342,7 @@ been returned.
|
||||||
Backups and Deduplication
|
Backups and Deduplication
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
For creating a backup, restic scans the target directory for all files,
|
For creating a backup, restic scans the source directory for all files,
|
||||||
sub-directories and other entries. The data from each file is split into
|
sub-directories and other entries. The data from each file is split into
|
||||||
variable length Blobs cut at offsets defined by a sliding window of 64 byte.
|
variable length Blobs cut at offsets defined by a sliding window of 64 byte.
|
||||||
The implementation uses Rabin Fingerprints for implementing this Content
|
The implementation uses Rabin Fingerprints for implementing this Content
|
||||||
|
|
Loading…
Reference in a new issue