summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkka2018-07-18 14:52:29 +0200
committerkka2018-07-18 14:52:29 +0200
commitca21a749469b46ccafce86faca1092a93a21c8c6 (patch)
tree6e8ce2d16ad9f2620a5a7afcb4e65a7984efebdc /doc
parentb477c41aea641ca63ba94fd674cdf68d8f269fb3 (diff)
Fix a broken link in the encryption documentation
Diffstat (limited to 'doc')
-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