diff options
author | William Entriken | 2024-12-31 13:32:03 -0500 |
---|---|---|
committer | rfjakob | 2025-01-01 12:59:51 +0100 |
commit | b5f9be97d2c9ead586ceabf43fdc8cf30ec80a92 (patch) | |
tree | 6aa347b6d9bb94a307f28f6bde324609fde6a58a | |
parent | 9c799c9a36f71d1438363d777b66bfa40bae14c2 (diff) |
Show the truncate step in IV derivation
-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"))`. |