diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/forward_mode_crypto.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/forward_mode_crypto.md b/docs/forward_mode_crypto.md index 5515eb0..77fdddc 100644 --- a/docs/forward_mode_crypto.md +++ b/docs/forward_mode_crypto.md @@ -46,7 +46,7 @@ Each file has a header containing a random 128-bit file ID. The file ID and the block number are concatenated (source code [ref](https://github.com/rfjakob/gocryptfs/blob/64e5906ffa1f225a51048b3d0ac6b1a09e2ca170/internal/contentenc/content.go#L124)) and mixed into the GHASH as -*additional authenticated data*. The prevents blocks from being copied +*additional authenticated data*. This prevents blocks from being copied between or within files.  |