repo.or.cz
/
pbc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Apache License version 2.0.
[pbc.git]
/
include
/
pbc_singular.h
blob
afa6156fca5514906f06aeffa1b7fcf7c80fbd55
1
//requires
2
// * stdio.h
3
// * gmp.h
4
// * field.h
5
#ifndef __PBC_SINGULAR_H__
6
#define __PBC_SINGULAR_H__
7
8
void
field_init_curve_singular_with_node
(
field_t c
,
field_t field
);
9
void
pairing_init_singular_with_node
(
pairing_t pairing
,
mpz_t q
);
10
11
#endif
//__PBC_SINGULAR_H__