Exemple #1
0
 private static BigInteger GenerateKey(int n)
 {
     return(CryptoTools.GenerateUnsignedRandomBigInteger(0, BigInteger.Pow(2, n)));
 }