Mono.Math.BigInteger.Montgomery.Reduce C# (CSharp) Méthode

Reduce() public static méthode

public static Reduce ( BigInteger n, BigInteger m ) : BigInteger
n BigInteger
m BigInteger
Résultat BigInteger
			public static BigInteger Reduce (BigInteger n, BigInteger m)
			{
				return Reduce (n, m, Inverse (m.data [0]));
			}
		}

Same methods

BigInteger.Montgomery::Reduce ( BigInteger n, BigInteger m, uint mPrime ) : BigInteger
BigInteger.Montgomery