搜索资源列表
BigInteger_src
- C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
MD5.cs
- CSharp的MD5实现源代码,写的比较好。 方便实用,可以为大家理解MD5的算法 将后缀的.rar去掉即可使用