DH_CHECK_P_NOT_STRONG_PRIME

primes p where (p-1)/2 is prime too are called "safe"; we define this for backward compatibility:

extern (C) nothrow @nogc
enum DH_CHECK_P_NOT_STRONG_PRIME = .DH_CHECK_P_NOT_SAFE_PRIME;

Meta