Submit
Path:
~
/
/
opt
/
alt
/
python35
/
share
/
doc
/
alt-python35-cryptography-1.8.1
/
docs
/
hazmat
/
backends
/
File Content:
index.rst
.. hazmat:: Backends ======== Getting a backend ----------------- .. currentmodule:: cryptography.hazmat.backends ``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`. Individual backends ------------------- .. toctree:: :maxdepth: 1 openssl commoncrypto multibackend interfaces
Submit
FILE
FOLDER
Name
Size
Permission
Action
commoncrypto.rst
1068 bytes
0644
index.rst
841 bytes
0644
interfaces.rst
24790 bytes
0644
multibackend.rst
1510 bytes
0644
openssl.rst
5256 bytes
0644
N4ST4R_ID | Naxtarrr