TwiceAsNice
2019-02-18
|
Functions | |
void | pnp_construct (pNPRIME pnp, int size) |
void | pnp_destruct (pNPRIME pnp) |
void | pnp_clean (pNPRIME pnp) |
int | pnp_add_num (pNPRIME pnp, int number) |
int | pnp_factor_into_primes (pNPRIME pnp, int prime) |
int pnp_add_num | ( | pNPRIME | pnp, |
int | number | ||
) |
void pnp_clean | ( | pNPRIME | pnp | ) |
void pnp_construct | ( | pNPRIME | pnp, |
int | size | ||
) |
void pnp_destruct | ( | pNPRIME | pnp | ) |
int pnp_factor_into_primes | ( | pNPRIME | pnp, |
int | prime | ||
) |