summaryrefslogtreecommitdiffstats
path: root/moon-abe/pbc-0.5.14/include/pbc_z.h
blob: 2ec54af395d6b07b305b2a10b0e4db7cd96b1595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ring of integers Z
// wrappers around GMP's mpz_t

//requires
// * field.h

#ifndef __PBC_FIELDMPZ_H__
#define __PBC_FIELDMPZ_H__

void field_init_z(field_ptr f);

#endif //__PBC_FIELDMPZ_H__