some cleanups, port batch invert to amd64-64-24k

This commit is contained in:
cathugger
2019-01-19 22:40:15 +00:00
parent 354e777bb7
commit f944bb64a2
4 changed files with 19 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ typedef struct
fe25519 t2d;
} ge25519_pniels;
typedef unsigned char bytes32[32];
extern void ge25519_p1p1_to_p2(ge25519_p2 *r, const ge25519_p1p1 *p);
extern void ge25519_p1p1_to_p3(ge25519_p3 *r, const ge25519_p1p1 *p);
extern void ge25519_add_p1p1(ge25519_p1p1 *r, const ge25519_p3 *p, const ge25519_p3 *q);