finish porting to amd64-64-24k

This commit is contained in:
cathugger 2019-01-20 01:29:02 +02:00
parent 596ebfc71a
commit 9972a833a8
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
3 changed files with 44 additions and 16 deletions

View file

@ -81,6 +81,9 @@ extern int ge25519_unpackneg_vartime(ge25519 *r, const unsigned char p[32]);
extern void ge25519_pack(unsigned char r[32], const ge25519 *p);
extern void ge25519_batchpack_destructive_1(bytes32 out[], ge25519_p3 in[], fe25519 *inz[], fe25519 tmp[], size_t num);
extern void ge25519_batchpack_destructive_finish(bytes32 out, ge25519_p3 *unf);
extern int ge25519_isneutral_vartime(const ge25519 *p);
extern void ge25519_add(ge25519 *r, const ge25519 *p, const ge25519 *q);