[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Tue May 2 15:03:23 UTC 2017
The branch master has been updated
via dea0eb2c5452cd4c2160a64a6868e79efeca6e9d (commit)
from e5db7fcf93b2da8391a85d58088fb484f7a0b684 (commit)
- Log -----------------------------------------------------------------
commit dea0eb2c5452cd4c2160a64a6868e79efeca6e9d
Author: Rich Salz <rsalz at openssl.org>
Date: Tue May 2 10:53:10 2017 -0400
Fix URL links in comment
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3365)
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/ec_mult.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c
index 832b70f..a3fb894 100644
--- a/crypto/ec/ec_mult.c
+++ b/crypto/ec/ec_mult.c
@@ -22,9 +22,13 @@
/*
* This file implements the wNAF-based interleaving multi-exponentiation method
- * (<URL:http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#multiexp>);
- * for multiplication with precomputation, we use wNAF splitting
- * (<URL:http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#fastexp>).
+ * 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 */
More information about the openssl-commits
mailing list