ref10: tweak things

This commit is contained in:
cathugger
2019-01-19 14:39:33 +00:00
parent 9139d302fb
commit ffb8498905
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