Fastgcd is a C implementation of an efficient algorithm to compute the pairwise GCDs of a collection of integers. The algorithm is due to Bernstein and is a simplified version of (http://cr.yp.to/papers.html#smoothparts).
Primary LanguageCGNU General Public License v3.0GPL-3.0
No issues in this repository yet.