diff options
Diffstat (limited to 'doc/website/algos.rst')
-rw-r--r-- | doc/website/algos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/website/algos.rst b/doc/website/algos.rst index 795f718e0..fcf51c91f 100644 --- a/doc/website/algos.rst +++ b/doc/website/algos.rst @@ -28,7 +28,7 @@ Public Key Cryptography Block ciphers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - * Authenticated cipher modes EAX, OCB, GCM, SIV, and CCM + * Authenticated cipher modes EAX, OCB, GCM, SIV, CCM, and ChaCha20Poly1305 * Unauthenticated cipher modes CTR, CBC, XTS, CFB, OFB, and ECB * AES (including constant time SSSE3 and AES-NI versions) * AES candidates Serpent, Twofish, MARS, CAST-256, RC6 |