mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-09 16:09:47 +00:00
Fix URL links in comment
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3365) (cherry picked from commit dea0eb2c5452cd4c2160a64a6868e79efeca6e9d)
This commit is contained in:
parent
d2335f3097
commit
54538204d8
@ -68,10 +68,14 @@
|
|||||||
#include "ec_lcl.h"
|
#include "ec_lcl.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file implements the wNAF-based interleaving multi-exponentation method
|
* This file implements the wNAF-based interleaving multi-exponentiation method
|
||||||
* (<URL:http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#multiexp>);
|
* Formerly at:
|
||||||
* for multiplication with precomputation, we use wNAF splitting
|
* http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#multiexp
|
||||||
* (<URL:http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#fastexp>).
|
* 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 */
|
/* structure for precomputed multiples of the generator */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user