pjungeblut / ntlib

C++ library containing common number theory implementations
MIT License
0 stars 0 forks source link

`base`: Replace `SMALL_PRIMES` by compile time sieve. #59

Open pjungeblut opened 3 weeks ago

pjungeblut commented 1 week ago

Related to #63. If there is a compile time sieve function, this can be used instead.