1#include "ge.h"
2
3void ge_precomp_0(ge_precomp *h)
4{
5 fe_1(h->yplusx);
6 fe_1(h->yminusx);
7 fe_0(h->xy2d);
8}
9