ref10: tweak things

This commit is contained in:
cathugger 2019-01-19 14:39:33 +00:00
parent 9139d302fb
commit ffb8498905
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
4 changed files with 8 additions and 6 deletions

View file

@ -53,7 +53,7 @@ extern void fe_sq(fe,const fe);
extern void fe_sq2(fe,const fe);
extern void fe_mul121666(fe,const fe);
extern void fe_invert(fe,const fe);
extern void fe_batchinvert(fe out[],fe tmp[],const fe in[], size_t num);
extern void fe_batchinvert(fe *out[],fe tmp[],const fe *in[], size_t num);
extern void fe_pow22523(fe,const fe);
#endif