tor

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

ge_p2_0.c (86B)


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