Explorar o código

Merge pull request #3520 from pngwjpgh/doc/chunk-seed

Chunk seed is generated per /repository/
TW %!s(int64=7) %!d(string=hai) anos
pai
achega
4b98393542
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      docs/internals/data-structures.rst

+ 3 - 3
docs/internals/data-structures.rst

@@ -596,9 +596,9 @@ can be used to tune the chunker parameters, the default is:
 - HASH_WINDOW_SIZE = 4095 [B] (`0xFFF`)
 
 The buzhash table is altered by XORing it with a seed randomly generated once
-for the archive, and stored encrypted in the keyfile. This is to prevent chunk
-size based fingerprinting attacks on your encrypted repo contents (to guess
-what files you have based on a specific set of chunk sizes).
+for the repository, and stored encrypted in the keyfile. This is to prevent
+chunk size based fingerprinting attacks on your encrypted repo contents (to
+guess what files you have based on a specific set of chunk sizes).
 
 For some more general usage hints see also ``--chunker-params``.