safePrime property

BigInt safePrime
final

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;