diff options
Diffstat (limited to 'docs/reverse_mode_crypto.md')
-rw-r--r-- | docs/reverse_mode_crypto.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reverse_mode_crypto.md b/docs/reverse_mode_crypto.md index 03320af..26e5934 100644 --- a/docs/reverse_mode_crypto.md +++ b/docs/reverse_mode_crypto.md @@ -67,4 +67,4 @@ path to the directory. Because the encrypted path to the root directory is "" (the empty string), this means that the directory IV in the root directory is always -`0xa8f7bac432ddc1cb3dc74e684d6ae48b = SHA256("\0DIRIV")`. +`0xa8f7bac432ddc1cb3dc74e684d6ae48b = TRUNCATE(SHA256("\0DIRIV"))`. |