From 4f49a6444127801335dab049f0f0b4419d8d9cc1 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 24 Oct 2017 15:48:21 -0400 Subject: Convert http:// links to https:// where possible --- src/lib/pubkey/curve25519/donna.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/pubkey/curve25519') diff --git a/src/lib/pubkey/curve25519/donna.cpp b/src/lib/pubkey/curve25519/donna.cpp index 89f3fbc4a..6807d56f6 100644 --- a/src/lib/pubkey/curve25519/donna.cpp +++ b/src/lib/pubkey/curve25519/donna.cpp @@ -10,14 +10,14 @@ * * curve25519-donna: Curve25519 elliptic curve, public key function * - * http://code.google.com/p/curve25519-donna/ + * https://code.google.com/p/curve25519-donna/ * * Adam Langley * * Derived from public domain C code by Daniel J. Bernstein * * More information about curve25519 can be found here - * http://cr.yp.to/ecdh.html + * https://cr.yp.to/ecdh.html * * djb's sample implementation of curve25519 is written in a special assembly * language called qhasm and uses the floating point registers. -- cgit v1.2.3