isStrongProbablePrime(_:)

Returns true iff this integer passes the strong probable prime test for the specified base.

Prime Test.swift:130
func isStrongProbablePrime(_ base: BigInt) -> Bool