diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-02 09:41:24 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-02 09:41:24 -0800 |
| commit | 2d1601229a4bb7f2696a395936862abceedc8a8b (patch) | |
| tree | 3ffe164cc3b8b685e75797cd174f942fb115b86a | |
| parent | fa3d5aacd9d8047467ef4f7aaec45fd69ba4fb59 (diff) | |
| download | cryptography-2d1601229a4bb7f2696a395936862abceedc8a8b.tar.gz cryptography-2d1601229a4bb7f2696a395936862abceedc8a8b.tar.bz2 cryptography-2d1601229a4bb7f2696a395936862abceedc8a8b.zip | |
Make capitalization in the glossary consistent and sort it
| -rw-r--r-- | docs/glossary.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 63e0a6ce..4421fca3 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -2,6 +2,7 @@ Glossary ======== .. glossary:: + :sorted: plaintext User-readable data you care about. @@ -35,7 +36,7 @@ Glossary symmetric or asymmetric. Authentication is necessary for effective encryption. - Ciphertext indistinguishability + ciphertext indistinguishability This is a property of encryption systems whereby two encrypted messages aren't distinguishable without knowing the encryption key. This is considered a basic, necessary property for a working encryption system. |
