aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-01-02 12:22:48 -0800
committerDavid Reid <dreid@dreid.org>2014-01-02 12:22:48 -0800
commitc39559c6d629d68674d240d6e6bcdf44a15d90cf (patch)
treee091e270476a11b3b0d849fd9cbe882a38527467 /docs
parenta6d5d6ec53da5bea0193047c5e535a05442f2dfd (diff)
parenta99047171fd9918c09a894e4a804dedd49aca690 (diff)
downloadcryptography-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
Diffstat (limited to 'docs')
-rw-r--r--docs/glossary.rst3
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.