summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/encryption.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/encryption.rst b/doc/source/encryption.rst
index 2b6ac9d..5309c46 100644
--- a/doc/source/encryption.rst
+++ b/doc/source/encryption.rst
@@ -44,7 +44,7 @@ Cookie encryption
44""""""""""""""""" 44"""""""""""""""""
45 45
46The encryption is done via the `tweetnacl library <https://tweetnacl.cr.yp.to/>`_, 46The encryption is done via the `tweetnacl library <https://tweetnacl.cr.yp.to/>`_,
47thus using `curve25519<https://en.wikipedia.org/wiki/Curve25519>`__, `xsalsa20 <https://en.wikipedia.org/wiki/Salsa20#ChaCha_variant>`__ and `poly1305 <https://en.wikipedia.org/wiki/Poly1305>`__ for the encryption. We chose this 47thus using `curve25519 <https://en.wikipedia.org/wiki/Curve25519>`__, `xsalsa20 <https://en.wikipedia.org/wiki/Salsa20#ChaCha_variant>`__ and `poly1305 <https://en.wikipedia.org/wiki/Poly1305>`__ for the encryption. We chose this
48library because of its portability, simplicity and reduced size (a single `.h` and 48library because of its portability, simplicity and reduced size (a single `.h` and
49`.c` file.). 49`.c` file.).
50 50