aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-10-28 20:32:36 +0200
committerJakob Unterwurzacher2017-10-28 20:32:36 +0200
commit3cafa9b94f0f526713b0a1f866193bc13275b487 (patch)
tree47d89bf76b67b0c42d1793f267f63a8b6f84faf0 /docs
parent4be96b1516512acda32defdad8a665cc0670fe54 (diff)
Fix two "Cryptograhy" typos
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md2
-rw-r--r--docs/reverse_mode_crypto.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md
index bf08990..4266220 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -21,7 +21,7 @@ This project was inspired by EncFS and strives to fix its security
issues while providing good performance,
see the [Comparison](comparison) page for benchmarks.
-The [Cryptograhy](forward_mode_crypto.md) page details gocryptfs's
+The [Cryptography](forward_mode_crypto.md) page details gocryptfs's
cryptographic design.
The highlights are: Scrypt password hashing, GCM encryption for all
file contents, EME wide-block encryption for file names with a per-directory
diff --git a/docs/reverse_mode_crypto.md b/docs/reverse_mode_crypto.md
index 679644a..758adb2 100644
--- a/docs/reverse_mode_crypto.md
+++ b/docs/reverse_mode_crypto.md
@@ -8,7 +8,7 @@ To make reverse mode useful, it uses deterministic encryption using
AES-SIV instead of AES-GCM.
The differences with respect to the "normal" (forward) mode as detailed
-on the [Cryptograhy](forward_mode_crypto.md) page are listed below.
+on the [Cryptography](forward_mode_crypto.md) page are listed below.
Derived Keys
------------