Skip to content

Commit

Permalink
Show the truncate step in IV derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored and rfjakob committed Jan 1, 2025
1 parent 9c799c9 commit b5f9be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reverse_mode_crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))`.

0 comments on commit b5f9be9

Please sign in to comment.