C# 클래스 TLSharp.Core.MTProto.Crypto.Factorizator

파일 보기 프로젝트 열기: sochix/TLSharp

공개 프로퍼티들

프로퍼티 타입 설명
random System.Random

공개 메소드들

메소드 설명
Factorize ( TLSharp.Core.MTProto.Crypto.BigInteger pq ) : FactorizedPair
GCD ( long a, long b ) : long
findSmallMultiplierLopatin ( long what ) : long

메소드 상세

Factorize() 공개 정적인 메소드

public static Factorize ( TLSharp.Core.MTProto.Crypto.BigInteger pq ) : FactorizedPair
pq TLSharp.Core.MTProto.Crypto.BigInteger
리턴 FactorizedPair

GCD() 공개 정적인 메소드

public static GCD ( long a, long b ) : long
a long
b long
리턴 long

findSmallMultiplierLopatin() 공개 정적인 메소드

public static findSmallMultiplierLopatin ( long what ) : long
what long
리턴 long

프로퍼티 상세

random 공개적으로 정적으로 프로퍼티

public static Random,System random
리턴 System.Random