aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/index.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-07 18:08:57 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-08 00:08:57 -0400
commit7e53d911577881d87ce30291cef68e24f3c1b763 (patch)
tree3a8a0b43fdaae7d3d44549f7282048f5f3f1db58 /docs/hazmat/primitives/index.rst
parentf12955cd242664cffbaa041ef815579a8d6b2d3a (diff)
downloadcryptography-7e53d911577881d87ce30291cef68e24f3c1b763.tar.gz
cryptography-7e53d911577881d87ce30291cef68e24f3c1b763.tar.bz2
cryptography-7e53d911577881d87ce30291cef68e24f3c1b763.zip
ChaCha20Poly1305 support (#3680)
* chacha20poly1305 support * add chacha20poly1305 backend and some fixes * refactor * forgot to remove this * pep8 * review feedback and a lot of type/value checking * review feedback * raise unsupportedalgorithm when creating a ChaCha20Poly1305 object if it's not supported. * switch to ciphertext||tag * typo * remove a branch we don't need * review feedback * decrypts is *also* a word * use reasons
Diffstat (limited to 'docs/hazmat/primitives/index.rst')
-rw-r--r--docs/hazmat/primitives/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/index.rst b/docs/hazmat/primitives/index.rst
index 78beb3d9..72e5b26c 100644
--- a/docs/hazmat/primitives/index.rst
+++ b/docs/hazmat/primitives/index.rst
@@ -6,6 +6,7 @@ Primitives
.. toctree::
:maxdepth: 1
+ aead
asymmetric/index
constant-time
key-derivation-functions