| ed25519_ref10.h | 39 ge25519_p1p1 (completed): ((X:Z),(Y:T)) satisfying x=X/Z, y=Y/T 61 } ge25519_p1p1; typedef in typeref:struct:__anonb791cb620308 86 void ge25519_p1p1_to_p2(ge25519_p2 *r, const ge25519_p1p1 *p); 88 void ge25519_p1p1_to_p3(ge25519_p3 *r, const ge25519_p1p1 *p); 90 void ge25519_add(ge25519_p1p1 *r, const ge25519_p3 *p, const ge25519_cached *q); 92 void ge25519_sub(ge25519_p1p1 *r, const ge25519_p3 *p, const ge25519_cached *q);
|