x25519_ge_p3_to_cached
x25519_ge_p3_to_cached(r, &t);
x25519_ge_p3_to_cached(&cached, h);
x25519_ge_p3_to_cached(&Ai[1], A);
x25519_ge_p3_to_cached(&Ai[0], A);
x25519_ge_p3_to_cached(&Ai[1], &u);
x25519_ge_p3_to_cached(&Ai[2], &u);
x25519_ge_p3_to_cached(&Ai[3], &u);
x25519_ge_p3_to_cached(&Ai[4], &u);
x25519_ge_p3_to_cached(&Ai[5], &u);
x25519_ge_p3_to_cached(&Ai[6], &u);
x25519_ge_p3_to_cached(&Ai[7], &u);
void x25519_ge_p3_to_cached(ge_cached *r, const ge_p3 *p);