| approx.h [code] | Approximate a value by multiplying some numbers from a pool |
| array.h [code] | Higher level arrays and associated functions |
| bernsteinisms.h [code] | Algorithms from two D. J. Bernstein's papers on the factorization of small integers |
| bitstring_t.h [code] | Preprocessor defines for 'string of bit' type |
| buckets.h [code] | Structure and inline functions to implement bucket sieving |
| cfrac.h [code] | The CFRAC factorization algorithm |
| common_funcs.h [code] | Miscellaneous functions and macros used by the "tool" programs |
| ecm.h [code] | The elliptic curve method of integer factorization (ECM) |
| exit_codes.h [code] | Exit codes used by/in some of the TIFA functions |
| factoring_machine.h [code] | Abstraction of an integer factorization algorithm |
| factoring_program.h [code] | The logic common to all TIFA's factorization executable programs |
| fermat.h [code] | McKee's variant of the Fermat factorization algorithm |
| first_primes.h [code] | Precomputed small primes |
| funcs.h [code] | Number theoretical, hash and comparison functions |
| gauss_elim.h [code] | Gaussian elimination over GF(2) (from a paper by D. Parkinson and M. Wunderlich) |
| gmp_utils.h [code] | Various GMP small utilities |
| hashtable.h [code] | Generic hashtable |
| lindep.h [code] | Functions used in the resolution of the linear systems |
| linked_list.h [code] | Standard singly-linked list |
| macros.h [code] | Various CPP macros |
| mainpage.h [code] | |
| matrix.h [code] | Byte and binary matrices and associated functions |
| messages.h [code] | Status / error messages output macros |
| print_error.h [code] | Error printing macro |
| res_tdiv.h [code] | Trial division of residues with optional early abort |
| siqs.h [code] | The Self-Initializing Quadratic Sieve factorization algorithm |
| siqs_poly.h [code] | Structure and functions related to the polynomials used in the SIQS algorithm |
| siqs_sieve.h [code] | Structure and functions related to the sieve used in the SIQS algorithm |
| smooth_filter.h [code] | Smooth integer filter |
| sqrt_cont_frac.h [code] | Continued fraction expansion for square root of integers |
| squfof.h [code] | The SQUFOF factorization algorithm |
| stopwatch.h [code] | A very basic stopwatch-like timer |
| tdiv.h [code] | The trial division factorization algorithm |
| tifa.h [code] | Library wide public include file |
| tifa_factor.h [code] | TIFA's generic factorization function |
| tifa_internals.h [code] | Library wide include file (complete with internal structures / functions) |
| timer.h [code] | This file defines some macros used to perform timing measurements |
| tool_utils.h [code] | Miscellaneous helpful functions |
| x_array_list.h [code] | Higher level lists of arrays and associated functions |
| x_tree.h [code] | Product and remainder trees |