gePrecompZero static method
Implementation
static void gePrecompZero(GroupElementPrecomp h) {
fe1(h.yplusx);
fe1(h.yminusx);
fe0(h.xy2d);
}
static void gePrecompZero(GroupElementPrecomp h) {
fe1(h.yplusx);
fe1(h.yminusx);
fe0(h.xy2d);
}