aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-31 13:23:51 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-31 13:23:51 -0800
commit8ca6fadca6b4c8805c241382e24d87c127cff306 (patch)
treede25d7fb426075150c339a658b17e8d1a367a391 /docs/hazmat
parent031c2cb544478b4dee341bcf76fb359ad8ac788a (diff)
downloadcryptography-8ca6fadca6b4c8805c241382e24d87c127cff306.tar.gz
cryptography-8ca6fadca6b4c8805c241382e24d87c127cff306.tar.bz2
cryptography-8ca6fadca6b4c8805c241382e24d87c127cff306.zip
Complete sentences.
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/backends/commoncrypto.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/hazmat/backends/commoncrypto.rst b/docs/hazmat/backends/commoncrypto.rst
index 7bf1bc42..16a61337 100644
--- a/docs/hazmat/backends/commoncrypto.rst
+++ b/docs/hazmat/backends/commoncrypto.rst
@@ -13,6 +13,8 @@ The `CommonCrypto`_ C library provided by Apple on OS X and iOS.
This is the exposed API for the CommonCrypto backend.
+ It implements the following interfaces:
+
* :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`
* :class:`~cryptography.hazmat.backends.interfaces.HashBackend`
* :class:`~cryptography.hazmat.backends.interfaces.HMACBackend`