aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/cipher_modes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/cipher_modes.rst')
-rw-r--r--doc/manual/cipher_modes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/cipher_modes.rst b/doc/manual/cipher_modes.rst
index 078c4d935..553f883a0 100644
--- a/doc/manual/cipher_modes.rst
+++ b/doc/manual/cipher_modes.rst
@@ -260,6 +260,9 @@ Available AEAD Modes
-------------------------
If in doubt about what to use, pick ChaCha20Poly1305, AES-256/GCM, or AES-256/SIV.
+Both ChaCha20Poly1305 and AES with GCM are widely implemented. SIV is somewhat
+more obscure (and is slower than either GCM or ChaCha20Poly1305), but has
+excellent security properites.
ChaCha20Poly1305
~~~~~~~~~~~~~~~~~~