Пример #1
0
 public ElGamalsEDS(int bytesCount)
 {
     P = BigIntegerExtension.GetRandomPrime(bytesCount, b => b.SolovayStrassenTest(1000));
     G = BigIntegerExtension.GetGroupGenerator(P);
 }