isStrongProbablePrime(_:)

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

Prime Test.swift:40
func isStrongProbablePrime(_ base: BigUInt) -> Bool