fe_pow22523.c 127 B

12345678910111213
  1. #include "fe.h"
  2. void fe_pow22523(fe out,const fe z)
  3. {
  4. fe t0;
  5. fe t1;
  6. fe t2;
  7. int i;
  8. #include "pow22523.h"
  9. return;
  10. }