tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

fe_invert.c (135B)


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