struct ge25519_p1p1

struct ge25519_p1p1 {
    // fields

    fe25519 t;
    fe25519 x;
    fe25519 y;
    fe25519 z;
};