tor

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

ge_p3_0.c (100B)


      1 #include "ge.h"
      2 
      3 void ge_p3_0(ge_p3 *h)
      4 {
      5  fe_0(h->X);
      6  fe_1(h->Y);
      7  fe_1(h->Z);
      8  fe_0(h->T);
      9 }