fe25519_neg
static void fe25519_neg(fe25519 *r, const fe25519 *x);
fe25519_neg(&d, &a);
fe25519_neg(&v, &t->x);
fe25519_neg(&r->x, &r->x);