diff options
Diffstat (limited to 'docs/forward_mode_crypto.md')
-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 67cbaf6..423efc4 100644 --- a/docs/forward_mode_crypto.md +++ b/docs/forward_mode_crypto.md @@ -44,7 +44,7 @@ protects each block from modifications. 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/master/internal/contentenc/content.go#L124)) +(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 between or within files. |