From b204a2ee12128ce0dcc22ad6f27c74dbecffbf3c Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 1 Nov 2016 12:47:52 +0100 Subject: Fix "that" -> "the" typo --- docs/reverse_mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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) -- cgit v1.2.3