internal.h | 80 // ge_p1p1 (completed): ((X:Z),(Y:T)) satisfying x=X/Z, y=Y/T 101 } ge_p1p1; typedef in typeref:struct:__anon15555 119 void x25519_ge_p1p1_to_p2(ge_p2 *r, const ge_p1p1 *p); 120 void x25519_ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p); 121 void x25519_ge_add(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q); 122 void x25519_ge_sub(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q);
|