Skip to content

Commit e133c14

Browse files
committed
Add note regarding random prime data
1 parent 7149ce7 commit e133c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/FCryptoTestMutator.uc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ struct PrimeWrapper
8585
};
8686

8787
// Pre-generated "random" primes with GMP (see BearSSL test_math.c rand_prime()).
88+
// Data generated with DevUtils/primes.py.
8889
var(FCryptoTests) editconst const array<PrimeWrapper> Primes;
8990
// Current index to `Primes` array.
9091
var(FCryptoTests) editconst int PrimeIndex;

0 commit comments

Comments
 (0)