From c49ad6a09fdd8e7d887f2600513648a8bd53fd09 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 26 Sep 2017 11:51:11 +0200 Subject: Fix a broken RsT link --- doc/source/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') 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. Finally, having a secret server-side key will prevent anyone (even the user himself) from reading the content of the cookie, reducing the impact of an application storing sensitive data client-side. -The encryption is done via the [tweetnacl library](https://tweetnacl.cr.yp.to/), +The encryption is done via the `tweetnacl library `_, thus using curve25519, xsalsa20 and poly1305 for the encryption. We chose this library because of its portability, simplicity and reduced size (a single `.h` and `.c` file.). -- cgit v1.3