aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/bindings/index.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-13 20:28:55 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-13 20:28:55 -0800
commitf8796b15a279db82cdefcd00bebfef4cdef8fee8 (patch)
treed356e592a7a174f356a8f5b9904860b95e9a0312 /docs/hazmat/bindings/index.rst
parentb9dd85c661f405099a88b7a76aefde5f59a6b985 (diff)
downloadcryptography-f8796b15a279db82cdefcd00bebfef4cdef8fee8.tar.gz
cryptography-f8796b15a279db82cdefcd00bebfef4cdef8fee8.tar.bz2
cryptography-f8796b15a279db82cdefcd00bebfef4cdef8fee8.zip
Renamed bindings to backends
Diffstat (limited to 'docs/hazmat/bindings/index.rst')
-rw-r--r--docs/hazmat/bindings/index.rst34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/hazmat/bindings/index.rst b/docs/hazmat/bindings/index.rst
deleted file mode 100644
index 746f4596..00000000
--- a/docs/hazmat/bindings/index.rst
+++ /dev/null
@@ -1,34 +0,0 @@
-.. hazmat::
-
-Bindings
-========
-
-.. toctree::
- :maxdepth: 1
-
- openssl
- interfaces
-
-
-Getting a Backend Provider
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. currentmodule:: cryptography.hazmat.bindings
-
-``cryptography`` aims to support multiple backends to ensure it can provide
-the widest number of supported cryptographic algorithms as well as supporting
-platform specific implementations.
-
-You can get the default backend by calling
-:func:`~default_backend`.
-
-The default backend will change over time as we implement new backends and
-the libraries we use in those backends changes.
-
-
-.. function:: default_backend()
-
- :returns: An object that provides at least
- :class:`~interfaces.CipherBackend`, :class:`~interfaces.HashBackend`, and
- :class:`~interfaces.HMACBackend`.
-