From: Rich Salz Date: Tue, 2 May 2017 14:53:10 +0000 (-0400) Subject: Fix URL links in comment X-Git-Tag: OpenSSL_1_0_2l~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=54538204d870b97c751d13efeefa876bd792a44b;p=oweals%2Fopenssl.git Fix URL links in comment Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3365) (cherry picked from commit dea0eb2c5452cd4c2160a64a6868e79efeca6e9d) --- diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c index 23b8c3089b..24ca67a6ef 100644 --- a/crypto/ec/ec_mult.c +++ b/crypto/ec/ec_mult.c @@ -68,10 +68,14 @@ #include "ec_lcl.h" /* - * This file implements the wNAF-based interleaving multi-exponentation method - * (); - * for multiplication with precomputation, we use wNAF splitting - * (). + * This file implements the wNAF-based interleaving multi-exponentiation method + * Formerly at: + * http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#multiexp + * You might now find it here: + * http://link.springer.com/chapter/10.1007%2F3-540-45537-X_13 + * http://www.bmoeller.de/pdf/TI-01-08.multiexp.pdf + * For multiplication with precomputation, we use wNAF splitting, formerly at: + * http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#fastexp */ /* structure for precomputed multiples of the generator */