Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CryptolTC.z3: Don't bother defining a prime table
`prime` is usually called on large primes, so it's not worth the effort of defining a lookup table for small prime numbers. Either way, this is unlikely to have a noticeable effect on performance.
- Loading branch information