diff options
author | Sebastian Lackner | 2018-12-27 13:40:28 +0100 |
---|---|---|
committer | rfjakob | 2018-12-27 18:34:26 +0100 |
commit | bf602f531a934cceddff16d73f853cf1d489f694 (patch) | |
tree | c4c9a5699da4087f638c2db830fcc1445cd2ff32 /docs/reverse_mode_crypto.md | |
parent | 29de895ef717e87548e7f8cad8fc8b7cebb4110e (diff) |
Assorted spelling fixes.
Detected with the 'codespell' utility.
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 758adb2..1bd5495 100644 --- a/docs/reverse_mode_crypto.md +++ b/docs/reverse_mode_crypto.md @@ -30,7 +30,7 @@ is hashed with SHA256 and truncated to 128 bits (source code  -All derived values are explicitely stored in the ciphertext, +All derived values are explicitly stored in the ciphertext, so that decryption requires no knowledge of the derivation algorithm. |