From 78e4d80e93c1467e0d523a94505f90576576723f Mon Sep 17 00:00:00 2001 From: William Entriken Date: Sat, 17 Nov 2018 16:52:30 -0500 Subject: Typo --- docs/forward_mode_crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/forward_mode_crypto.md') 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. ![](img/file-content-encryption.svg) -- cgit v1.2.3