ed25519-0.0.1.0: src/cbits/ge_precomp_0.c
#include "ge.h"
static inline void ge_precomp_0(ge_precomp *h)
{
fe_1(h->yplusx);
fe_1(h->yminusx);
fe_0(h->xy2d);
}
#include "ge.h"
static inline void ge_precomp_0(ge_precomp *h)
{
fe_1(h->yplusx);
fe_1(h->yminusx);
fe_0(h->xy2d);
}