diff options
author | Jakob Unterwurzacher | 2017-10-28 20:32:36 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-10-28 20:32:36 +0200 |
commit | 3cafa9b94f0f526713b0a1f866193bc13275b487 (patch) | |
tree | 47d89bf76b67b0c42d1793f267f63a8b6f84faf0 /docs/index.md | |
parent | 4be96b1516512acda32defdad8a665cc0670fe54 (diff) |
Fix two "Cryptograhy" typos
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 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 |