We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7149ce7 commit e133c14Copy full SHA for e133c14
Classes/FCryptoTestMutator.uc
@@ -85,6 +85,7 @@ struct PrimeWrapper
85
};
86
87
// Pre-generated "random" primes with GMP (see BearSSL test_math.c rand_prime()).
88
+// Data generated with DevUtils/primes.py.
89
var(FCryptoTests) editconst const array<PrimeWrapper> Primes;
90
// Current index to `Primes` array.
91
var(FCryptoTests) editconst int PrimeIndex;
0 commit comments