diff options
Diffstat (limited to 'docs/reverse_mode.md')
-rw-r--r-- | docs/reverse_mode.md | 6 |
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.  |