diff options
| author | jvoisin | 2017-09-26 11:51:11 +0200 |
|---|---|---|
| committer | jvoisin | 2017-09-26 11:51:11 +0200 |
| commit | c49ad6a09fdd8e7d887f2600513648a8bd53fd09 (patch) | |
| tree | 79d80f44706b5865fdf3795dc052564589712991 /doc/source/features.rst | |
| parent | 68b849b518175f916d082f514c304867a271e683 (diff) | |
Fix a broken RsT link
Diffstat (limited to 'doc/source/features.rst')
| -rw-r--r-- | doc/source/features.rst | 2 |
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. | |||
| 74 | Finally, having a secret server-side key will prevent anyone (even the user himself) | 74 | Finally, having a secret server-side key will prevent anyone (even the user himself) |
| 75 | from reading the content of the cookie, reducing the impact of an application storing sensitive data client-side. | 75 | from reading the content of the cookie, reducing the impact of an application storing sensitive data client-side. |
| 76 | 76 | ||
| 77 | The encryption is done via the [tweetnacl library](https://tweetnacl.cr.yp.to/), | 77 | The encryption is done via the `tweetnacl library <https://tweetnacl.cr.yp.to/>`_, |
| 78 | thus using curve25519, xsalsa20 and poly1305 for the encryption. We chose this | 78 | thus using curve25519, xsalsa20 and poly1305 for the encryption. We chose this |
| 79 | library because of its portability, simplicity and reduced size (a single `.h` and | 79 | library because of its portability, simplicity and reduced size (a single `.h` and |
| 80 | `.c` file.). | 80 | `.c` file.). |
