struct ge25519_p2

struct ge25519_p2 {
    // fields

    fe25519 x;
    fe25519 y;
    fe25519 z;
};