C# 클래스 Mono.Math.BigInteger.Montgomery

파일 보기 프로젝트 열기: rackerlabs/openstack-guest-agents-windows-xenserver

공개 메소드들

메소드 설명
Inverse ( uint n ) : uint
Reduce ( BigInteger n, BigInteger m ) : BigInteger
Reduce ( BigInteger n, BigInteger m, uint mPrime ) : BigInteger
ToMont ( BigInteger n, BigInteger m ) : BigInteger

메소드 상세

Inverse() 공개 정적인 메소드

public static Inverse ( uint n ) : uint
n uint
리턴 uint

Reduce() 공개 정적인 메소드

public static Reduce ( BigInteger n, BigInteger m ) : BigInteger
n BigInteger
m BigInteger
리턴 BigInteger

Reduce() 공개 정적인 메소드

public static Reduce ( BigInteger n, BigInteger m, uint mPrime ) : BigInteger
n BigInteger
m BigInteger
mPrime uint
리턴 BigInteger

ToMont() 공개 정적인 메소드

public static ToMont ( BigInteger n, BigInteger m ) : BigInteger
n BigInteger
m BigInteger
리턴 BigInteger