diff options
author | William Entriken | 2018-11-17 16:52:30 -0500 |
---|---|---|
committer | rfjakob | 2018-11-18 21:47:05 +0100 |
commit | 78e4d80e93c1467e0d523a94505f90576576723f (patch) | |
tree | 28533d6647f27100da5eb1f3c7a3e11cfbcccaf5 | |
parent | 54ecdd168cfb1afc6364de9fd656fe2f99d5d33b (diff) |
Typo
-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.  |