From ff0a6c5cc7b34dd19cab9e4532e69dbf92ac9b0d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 29 Oct 2016 17:04:53 +0300 Subject: [PATCH] [DOC] cr.yp.to websites are accessible through HTTPS --- doc/developer.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/developer.texi b/doc/developer.texi index e147f7e..b12d5e1 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -7,14 +7,14 @@ Pay attention how to get @ref{Sources, development source code}. @item Data encryption @url{http://cr.yp.to/snuffle.html, Salsa20}. @item Message authentication - @url{http://cr.yp.to/mac.html, Poly1305}. + @url{https://cr.yp.to/mac.html, Poly1305}. @item Nonce and identity obfuscation @url{https://blake2.net/, BLAKE2b-MAC}. @item Password authenticated key agreement - DH-A-EKE powered by @url{http://cr.yp.to/ecdh.html, Curve25519} - and @url{http://ed25519.cr.yp.to/, Ed25519}. + DH-A-EKE powered by @url{https://cr.yp.to/ecdh.html, Curve25519} + and @url{https://ed25519.cr.yp.to/, Ed25519}. @item DH elliptic-curve point encoding for public keys - @url{http://elligator.cr.yp.to/, Elligator}. + @url{https://elligator.cr.yp.to/, Elligator}. @item Verifier password hashing algorithm @url{https://crypto.stanford.edu/balloon/, Balloon hashing} based on BLAKE2b-256. -- 2.44.0