diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-15 22:17:59 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-15 22:17:59 -0800 |
commit | 4a35b7fede2d8e544abfbe9b1ea0d11231da9908 (patch) | |
tree | 01ef45be7d510501965717ad4a39fd9c54a19053 /docs/architecture.rst | |
parent | c3f7c37f5718b5deb08edb41125d8c7fb3733cfc (diff) | |
parent | ffb7726fa3042e66e8011fbd17a8b6f83f0c8110 (diff) | |
download | cryptography-4a35b7fede2d8e544abfbe9b1ea0d11231da9908.tar.gz cryptography-4a35b7fede2d8e544abfbe9b1ea0d11231da9908.tar.bz2 cryptography-4a35b7fede2d8e544abfbe9b1ea0d11231da9908.zip |
Merge branch 'master' into fernet
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst index 5ca2c252..bacde1bb 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -8,6 +8,6 @@ Architecture ``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.bindings``. -* ``cryptography.hazmat.bindings``: This package contains bindings to low level - cryptographic libraries. Our initial target will be OpenSSL. + ``cryptography.hazmat.backends``. +* ``cryptography.hazmat.backends``: This package contains bindings to low level + cryptographic libraries. Our initial target is OpenSSL. |