diff options
| author | kka | 2018-07-18 14:52:29 +0200 |
|---|---|---|
| committer | kka | 2018-07-18 14:52:29 +0200 |
| commit | ca21a749469b46ccafce86faca1092a93a21c8c6 (patch) | |
| tree | 6e8ce2d16ad9f2620a5a7afcb4e65a7984efebdc /doc | |
| parent | b477c41aea641ca63ba94fd674cdf68d8f269fb3 (diff) | |
Fix a broken link in the encryption documentation
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/encryption.rst | 2 |
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 | ||
| 46 | The encryption is done via the `tweetnacl library <https://tweetnacl.cr.yp.to/>`_, | 46 | The encryption is done via the `tweetnacl library <https://tweetnacl.cr.yp.to/>`_, |
| 47 | thus 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 | 47 | thus 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 |
| 48 | library because of its portability, simplicity and reduced size (a single `.h` and | 48 | library because of its portability, simplicity and reduced size (a single `.h` and |
| 49 | `.c` file.). | 49 | `.c` file.). |
| 50 | 50 | ||
