mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-31 20:02:14 +00:00
ref10: tweak things
This commit is contained in:
parent
9139d302fb
commit
ffb8498905
4 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue