Loading crypto/ec/ec_mult.c +7 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
crypto/ec/ec_mult.c +7 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading