summaryrefslogtreecommitdiff
path: root/doc/source/features.rst
diff options
context:
space:
mode:
authorjvoisin2017-09-26 11:51:11 +0200
committerjvoisin2017-09-26 11:51:11 +0200
commitc49ad6a09fdd8e7d887f2600513648a8bd53fd09 (patch)
tree79d80f44706b5865fdf3795dc052564589712991 /doc/source/features.rst
parent68b849b518175f916d082f514c304867a271e683 (diff)
Fix a broken RsT link
Diffstat (limited to 'doc/source/features.rst')
-rw-r--r--doc/source/features.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst
index 89cd756..b06aa98 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -74,7 +74,7 @@ but an invalid decryption will leave a trace in the logs.
74Finally, having a secret server-side key will prevent anyone (even the user himself) 74Finally, having a secret server-side key will prevent anyone (even the user himself)
75from reading the content of the cookie, reducing the impact of an application storing sensitive data client-side. 75from reading the content of the cookie, reducing the impact of an application storing sensitive data client-side.
76 76
77The encryption is done via the [tweetnacl library](https://tweetnacl.cr.yp.to/), 77The encryption is done via the `tweetnacl library <https://tweetnacl.cr.yp.to/>`_,
78thus using curve25519, xsalsa20 and poly1305 for the encryption. We chose this 78thus using curve25519, xsalsa20 and poly1305 for the encryption. We chose this
79library because of its portability, simplicity and reduced size (a single `.h` and 79library because of its portability, simplicity and reduced size (a single `.h` and
80`.c` file.). 80`.c` file.).