diff options
author | Jakob Unterwurzacher | 2017-10-04 23:35:12 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-10-04 23:35:12 +0200 |
commit | 4a04e35b212655f6ffbea14d6da9040cca22f615 (patch) | |
tree | a600a1b6bcdf6c03d0a437c917b480eb7b2c3b5f /docs | |
parent | d29a4de26d0e3f31f467bcc9167b9758fad774f8 (diff) |
Convert github "master" link to permalink
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 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. |