summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_small_primes.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move table in bn_primes.h to a .c file and get rid of prime_ttb2022-11-091-0/+265
This way we deduplicate two inclusions of the same big table and eliminate lots of stupid casts. input and ok many