Added p>1
authorChristoph Fuerst <ch.fuerst@gmx.at>
Mon, 15 May 2017 18:47:37 +0000 (20:47 +0200)
committerChristoph Fuerst <ch.fuerst@gmx.at>
Mon, 15 May 2017 18:47:37 +0000 (20:47 +0200)
discrete_log.txt

index 1fe4944..21193ac 100644 (file)
@@ -52,6 +52,7 @@ proc IntegerRoot(a:nat): nat
 }
 
 proc PowerMod(a:nat, b:nat, p:nat): nat
+   requires p>1;
 {
    var x:nat;