packages feed

ed25519-0.0.1.0: src/cbits/ge_p2_0.c

#include "ge.h"

static inline void ge_p2_0(ge_p2 *h)
{
  fe_0(h->X);
  fe_1(h->Y);
  fe_1(h->Z);
}