ref10: p3_batchtobytes

This commit is contained in:
cathugger 2019-01-19 15:45:25 +00:00
parent ffb8498905
commit b7a027f633
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
4 changed files with 21 additions and 2 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[],fe * const in[], size_t num);
extern void fe_pow22523(fe,const fe);
#endif