ModPow

Qubes 6.8 Realise une exponentiation modulaire

Syntaxe

function ModPow(base: BigInteger; exponent: Integer; modulus: BigInteger): BigInteger
function ModPow(base: BigInteger; exponent: BigInteger; modulus: BigInteger): BigInteger
base: valeur à élever à la puissance
exponent: puissance de l'élévation
modulus: modulo de l'exponentiation

Remarques

Calcul d'une exponentiation modulaire.

Exemples

 

Classification

Internal BigInteger