fe25519_iszero
int fe25519_iszero(const fe25519 *x);
if(!fe25519_iszero(&p->x)) ret = 0;
static int fe25519_iszero(const fe25519 *x);