pub const MAX_SAFE_MODULUS: u64 = 65535;
Largest modulus for which (a*b) fits in u32 on the GPU (< 2^16).
(a*b)
u32
< 2^16