summaryrefslogtreecommitdiffstats
path: root/moon-abe/pbc-0.5.14/include/pbc_singular.h
blob: afa6156fca5514906f06aeffa1b7fcf7c80fbd55 (plain)
1
2
3
4
5
6
7
8
9
10
11
//requires
// * stdio.h
// * gmp.h
// * field.h
#ifndef __PBC_SINGULAR_H__
#define __PBC_SINGULAR_H__

void field_init_curve_singular_with_node(field_t c, field_t field);
void pairing_init_singular_with_node(pairing_t pairing, mpz_t q);

#endif //__PBC_SINGULAR_H__