|
CiFEr
|
Functionalities for transformating mpz_t and BIG_256_56 integers. More...
Go to the source code of this file.
Functions | |
| void | BIG_256_56_from_mpz (BIG_256_56 dst, mpz_t src) |
| void | mpz_from_BIG_256_56 (mpz_t dst, BIG_256_56 src) |
Functionalities for transformating mpz_t and BIG_256_56 integers.
| void BIG_256_56_from_mpz | ( | BIG_256_56 | dst, |
| mpz_t | src | ||
| ) |
This function transforms an integer of type mpz_t to type BIG_256_56.
| dst | Integer will be saved here |
| src | Integer will be copied from |
| void mpz_from_BIG_256_56 | ( | mpz_t | dst, |
| BIG_256_56 | src | ||
| ) |
This function transforms an integer of type BIG_256_56 to type mpz_t.
| dst | Integer will be saved here |
| src | Integer will be copied from |
1.8.17