Prefer https:// links in the documentation

All the changed urls are available by way of https://. Most of them
already redirect.
This commit is contained in:
Andreas Olsson
2018-12-29 15:55:25 +01:00
parent 0dd805421e
commit 3b68acf853
5 changed files with 7 additions and 7 deletions

View File

@@ -276,7 +276,7 @@ the IV for counter mode and the nonce for Poly1305. This operation needs
three keys: A 32 byte for AES-256 for encryption, a 16 byte AES key and
a 16 byte key for Poly1305. For details see the original paper `The
Poly1305-AES message-authentication
code <http://cr.yp.to/mac/poly1305-20050329.pdf>`__ by Dan Bernstein.
code <https://cr.yp.to/mac/poly1305-20050329.pdf>`__ by Dan Bernstein.
The data is then encrypted with AES-256 and afterwards a message
authentication code (MAC) is computed over the ciphertext, everything is
then stored as IV \|\| CIPHERTEXT \|\| MAC.