mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-31 20:02:14 +00:00
ref10: p3_batchtobytes
This commit is contained in:
parent
ffb8498905
commit
b7a027f633
4 changed files with 21 additions and 2 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[],fe * const in[], size_t num);
|
||||
extern void fe_pow22523(fe,const fe);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue