aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
------------