From ca21a749469b46ccafce86faca1092a93a21c8c6 Mon Sep 17 00:00:00 2001 From: kka Date: Wed, 18 Jul 2018 14:52:29 +0200 Subject: Fix a broken link in the encryption documentation --- doc/source/encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """"""""""""""""" The encryption is done via the `tweetnacl library `_, -thus using `curve25519`__, `xsalsa20 `__ and `poly1305 `__ for the encryption. We chose this +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