Cleanup
This commit is contained in:
parent
3003c067d3
commit
29f2dd4b9e
4 changed files with 22 additions and 27 deletions
|
@ -30,10 +30,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* From fe.h */
|
||||
|
||||
typedef int32_t fe[10];
|
||||
|
@ -167,7 +163,3 @@ void fe_tobytes(unsigned char *, const fe);
|
|||
void fe_invert(fe out, const fe z);
|
||||
|
||||
int ge_p3_is_point_at_infinity(const ge_p3 *p);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue