safePrime property
A large, safe prime. Typically denoted 'N'. By definition a safe prime N = 2q + 1, where q is a Sophie Germain prime. All arithmetic is performed in the field of integers modulo N.
Implementation
final BigInt safePrime;
A large, safe prime. Typically denoted 'N'. By definition a safe prime N = 2q + 1, where q is a Sophie Germain prime. All arithmetic is performed in the field of integers modulo N.
final BigInt safePrime;