diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-31 13:23:51 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-31 13:23:51 -0800 |
commit | 8ca6fadca6b4c8805c241382e24d87c127cff306 (patch) | |
tree | de25d7fb426075150c339a658b17e8d1a367a391 /docs | |
parent | 031c2cb544478b4dee341bcf76fb359ad8ac788a (diff) | |
download | cryptography-8ca6fadca6b4c8805c241382e24d87c127cff306.tar.gz cryptography-8ca6fadca6b4c8805c241382e24d87c127cff306.tar.bz2 cryptography-8ca6fadca6b4c8805c241382e24d87c127cff306.zip |
Complete sentences.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/backends/commoncrypto.rst | 2 |
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` |