aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-11-01 12:47:52 +0100
committerJakob Unterwurzacher2016-11-01 12:47:52 +0100
commitb204a2ee12128ce0dcc22ad6f27c74dbecffbf3c (patch)
tree20eff5c19c634c6bf9684e11637532ed5c9d5307 /docs
parent81ed991fe2edd190ea11fe2964dffc24aa369fb3 (diff)
Fix "that" -> "the" typo
Diffstat (limited to 'docs')
-rw-r--r--docs/reverse_mode.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reverse_mode.md b/docs/reverse_mode.md
index 3f92edb..b92cf40 100644
--- a/docs/reverse_mode.md
+++ b/docs/reverse_mode.md
@@ -52,8 +52,8 @@ this means that the directory IV in the root directory is always
derivePathIV: Derive IVs from Encrypted Paths
----------------------------------------------
-derivePathIV concatenates that encrypted path with a null byte and a
-salt string, one of "DIRIV", "FILEID", "BLOCK0IV". The truncated
-SHA256-hashes of each are the outputs.
+derivePathIV concatenates the encrypted path with a null byte and a
+salt string (one of "DIRIV", "FILEID", "BLOCK0IV"). This is
+is hashed with SHA256 and truncated to 128 bits.
![](img/reverse-derivePathIV.svg)