aboutsummaryrefslogtreecommitdiffstats
path: root/docs/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 07:37:26 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 07:37:26 -0700
commitd96d10000fa28b395516b511d9a3ed73bbd2286e (patch)
tree38e0b6fa7e2e4ba8b768125784fd696904d76d35 /docs/primitives
parent0ca7fdbd09184648939214ccdc83675b112e86c9 (diff)
downloadcryptography-d96d10000fa28b395516b511d9a3ed73bbd2286e.tar.gz
cryptography-d96d10000fa28b395516b511d9a3ed73bbd2286e.tar.bz2
cryptography-d96d10000fa28b395516b511d9a3ed73bbd2286e.zip
Start stubbing out subheadings
Diffstat (limited to 'docs/primitives')
-rw-r--r--docs/primitives/symmetric-encryption.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst
index cf92437a..6aa7ed25 100644
--- a/docs/primitives/symmetric-encryption.rst
+++ b/docs/primitives/symmetric-encryption.rst
@@ -28,3 +28,15 @@ values should take is described for each of the ciphers and modes.
will return the encrypted bytes, if there isn't enough data, it will buffer it
internally. ``finalize()`` should be called at the end, and will return
whatever data is left.
+
+Ciphers
+~~~~~~~
+
+AES
++++
+
+Modes
+~~~~~
+
+CBC
++++