Closed cyphersnake closed 6 months ago
FYI: The method is specially made so that we can use rayon::par_bridge
from the outside and parralize the calculations.
However, I did not take into account that the number n
may be so large that it would be difficult to store challenges
at heap
Motivation Close #257
Overview
pow_i
relation calculations, calculations are done lazily, degrees are calculated once.