ed25519_ref10.c | 239 fe25519 negx; local in function:ge25519_frombytes 269 fe25519_neg(negx, h->X); 270 fe25519_cmov(h->X, negx, fe25519_isnegative(h->X) ^ (s[31] >> 7)); 1976 fe25519 negx; local in function:ge25519_from_uniform 2008 fe25519_neg(negx, x); 2009 fe25519_cmov(x, negx, e_is_minus_1);
|