Blob Blame History Raw
#ifndef GNUTLS_LIB_NETTLE_GNETTLE_H
#define GNUTLS_LIB_NETTLE_GNETTLE_H

#define PRIME_CHECK_PARAM 8
#define TOMPZ(x) ((__mpz_struct*)(x))
#define SIZEOF_MPZT sizeof(__mpz_struct)

#endif /* GNUTLS_LIB_NETTLE_GNETTLE_H */