Home | History | Annotate | Download | only in curve25519

Lines Matching full:f0g8

332   int64_t f0g8    = f0   * (int64_t) g8;
432 int64_t h8 = f0g8+f1g7_2 +f2g6 +f3g5_2 +f4g4 +f5g3_2 +f6g2 +f7g1_2 +f8g0 +f9g9_38;