CiFEr
Functions
big.h File Reference

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)
 

Detailed Description

Functionalities for transformating mpz_t and BIG_256_56 integers.

Function Documentation

◆ BIG_256_56_from_mpz()

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.

Parameters
dstInteger will be saved here
srcInteger will be copied from

◆ mpz_from_BIG_256_56()

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.

Parameters
dstInteger will be saved here
srcInteger will be copied from