This commit is contained in:
SChernykh 2021-06-16 11:47:17 +02:00
parent 3003c067d3
commit 29f2dd4b9e
4 changed files with 22 additions and 27 deletions

View file

@ -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