C# Class Mono.Math.BigInteger.Montgomery

Afficher le fichier Open project: rackerlabs/openstack-guest-agents-windows-xenserver

Méthodes publiques

Méthode Description
Inverse ( uint n ) : uint
Reduce ( BigInteger n, BigInteger m ) : BigInteger
Reduce ( BigInteger n, BigInteger m, uint mPrime ) : BigInteger
ToMont ( BigInteger n, BigInteger m ) : BigInteger

Method Details

Inverse() public static méthode

public static Inverse ( uint n ) : uint
n uint
Résultat uint

Reduce() public static méthode

public static Reduce ( BigInteger n, BigInteger m ) : BigInteger
n BigInteger
m BigInteger
Résultat BigInteger

Reduce() public static méthode

public static Reduce ( BigInteger n, BigInteger m, uint mPrime ) : BigInteger
n BigInteger
m BigInteger
mPrime uint
Résultat BigInteger

ToMont() public static méthode

public static ToMont ( BigInteger n, BigInteger m ) : BigInteger
n BigInteger
m BigInteger
Résultat BigInteger