C# 클래스 HabboEncryption.Utils.BigIntegerPrime

파일 보기 프로젝트 열기: Joopie1994/HabboEncryption

공개 메소드들

메소드 설명
GeneratePseudoPrime ( int bitLength, int certainty, RandomNumberGenerator random ) : BigInteger
IsProbablePrime ( this source, int certainty, RandomNumberGenerator random ) : bool

메소드 상세

GeneratePseudoPrime() 공개 정적인 메소드

public static GeneratePseudoPrime ( int bitLength, int certainty, RandomNumberGenerator random ) : BigInteger
bitLength int
certainty int
random System.Security.Cryptography.RandomNumberGenerator
리턴 BigInteger

IsProbablePrime() 공개 정적인 메소드

public static IsProbablePrime ( this source, int certainty, RandomNumberGenerator random ) : bool
source this
certainty int
random System.Security.Cryptography.RandomNumberGenerator
리턴 bool