Hi,
Im developing RSA cryptography based application in VC#.Net 2.0 and
need to use "BigInteger.pro bablePrime()". I know that VC#.Net 2.0
doesn't have the BigInteger class but found that one buddy created
BigInteger class but it is missing some overloading function like
BigInteger.prob ablePrime(). The code of the BigInteger class developed
in the C#.Net can be found here:
Quick suggestions are always welcome.
Thanks in advance.
Im developing RSA cryptography based application in VC#.Net 2.0 and
need to use "BigInteger.pro bablePrime()". I know that VC#.Net 2.0
doesn't have the BigInteger class but found that one buddy created
BigInteger class but it is missing some overloading function like
BigInteger.prob ablePrime(). The code of the BigInteger class developed
in the C#.Net can be found here:
Quick suggestions are always welcome.
Thanks in advance.
Comment