From 46b25f88e862a320db09e4d964bc9326ab37af78 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Mon, 26 Jun 2017 10:10:25 +0200 Subject: Adding iterative version of powMod. --- math/math.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math/math.tex') diff --git a/math/math.tex b/math/math.tex index c2f5d63..c02d352 100644 --- a/math/math.tex +++ b/math/math.tex @@ -25,6 +25,8 @@ Sei $0 \leq x < n$. Definiere $d := \ggT(x, n)$.\newline \subsection{Mod-Exponent über $\mathbb{F}_p$} \lstinputlisting{math/modExp.cpp} +Iterativ: +\lstinputlisting{math/modPowIterativ.cpp} \subsection{Chinesischer Restsatz} \begin{itemize} -- cgit v1.2.3