diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-02 10:56:08 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-02 10:56:08 -0800 |
commit | 267dbc946b4584b7b4ed10a439b2820d3b048356 (patch) | |
tree | 45fea345889584b74496359496ba202cf4c60802 /docs/architecture.rst | |
parent | 71e8ca0d79d8599f1f00d6ec18cb19a2ffabfc8d (diff) | |
parent | a6d5d6ec53da5bea0193047c5e535a05442f2dfd (diff) | |
download | cryptography-267dbc946b4584b7b4ed10a439b2820d3b048356.tar.gz cryptography-267dbc946b4584b7b4ed10a439b2820d3b048356.tar.bz2 cryptography-267dbc946b4584b7b4ed10a439b2820d3b048356.zip |
Merge branch 'master' into validate-iv
Conflicts:
cryptography/hazmat/primitives/ciphers/modes.py
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst deleted file mode 100644 index bacde1bb..00000000 --- a/docs/architecture.rst +++ /dev/null @@ -1,13 +0,0 @@ -Architecture -============ - -``cryptography`` has three different layers: - -* ``cryptography``: This package contains higher level recipes, for example - "encrypt and then MAC". This is implemented on top of - ``cryptography.hazmat.primitives``. -* ``cryptography.hazmat.primitives``: This packages contains low level - algorithms, things like ``AES`` or ``SHA1``. This is implemented on top of - ``cryptography.hazmat.backends``. -* ``cryptography.hazmat.backends``: This package contains bindings to low level - cryptographic libraries. Our initial target is OpenSSL. |