18 return ((t[3] | t[2] | t[1] | t[0]) == 0);
uint64_t fr_t[4]
Subgroup element stored as a 256-bit array (a 4-element little-endian array of uint64_t)....
__device__ __host__ void fr_cpy(fr_t &z, const fr_t &x)
Copy from x into z.
__device__ void fr_reduce4(fr_t &z)
Reduced the value in fr_t to the field modulus.
__device__ bool fr_iszero(const fr_t &x)
Checks if the residue x modulo f is congruent to zero.