fe51
static void fe51_frombytes(fe51 h, const uint8_t *s)
static void fe51_tobytes(uint8_t *s, const fe51 h)
void x25519_fe51_mul(fe51 h, const fe51 f, const fe51 g);
void x25519_fe51_sqr(fe51 h, const fe51 f);
void x25519_fe51_mul121666(fe51 h, fe51 f);
static void fe51_mul(fe51 h, const fe51 f, const fe51 g)
static void fe51_sq(fe51 h, const fe51 f)
static void fe51_mul121666(fe51 h, fe51 f)
static void fe51_add(fe51 h, const fe51 f, const fe51 g)
static void fe51_sub(fe51 h, const fe51 f, const fe51 g)
static void fe51_0(fe51 h)
static void fe51_1(fe51 h)
static void fe51_copy(fe51 h, const fe51 f)
static void fe51_cswap(fe51 f, fe51 g, unsigned int b)
static void fe51_invert(fe51 out, const fe51 z)
fe51 t0;
fe51 t1;
fe51 t2;
fe51 t3;
fe51 x1, x2, z2, x3, z3, tmp0, tmp1;