summaryrefslogtreecommitdiff
path: root/lib/nettle/gnettle.h
blob: f47569bfc61ac6bdb0c36505e0d73b6fc44e0ff6 (plain)
1
2
3
4
5
6
7
8
#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 */