-rw-r--r-- 125 lib25519-20220726/crypto_sign/ed25519/ref10/ge_sub.c raw
#include "ge.h" /* r = p - q */ void ge_sub(ge_p1p1 *r,const ge_p3 *p,const ge_cached *q) { fe t0; #include "ge_sub.h" }