struct ge25519_aff

struct ge25519_aff {
    // fields

    fe25519 x;
    fe25519 y;
};