diff options
author | David Reid <dreid@dreid.org> | 2014-01-02 12:22:48 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-01-02 12:22:48 -0800 |
commit | c39559c6d629d68674d240d6e6bcdf44a15d90cf (patch) | |
tree | e091e270476a11b3b0d849fd9cbe882a38527467 | |
parent | a6d5d6ec53da5bea0193047c5e535a05442f2dfd (diff) | |
parent | a99047171fd9918c09a894e4a804dedd49aca690 (diff) | |
download | cryptography-c39559c6d629d68674d240d6e6bcdf44a15d90cf.tar.gz cryptography-c39559c6d629d68674d240d6e6bcdf44a15d90cf.tar.bz2 cryptography-c39559c6d629d68674d240d6e6bcdf44a15d90cf.zip |
Merge pull request #389 from alex/glossary-consistency
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. |