fe_invert.c 135 B

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