Searched refs:RNG_INV_MUL (Results 1 – 1 of 1) sorted by relevance
36 constexpr uint64_t RNG_INV_MUL = 1413043504; // (mul * inv_mul) % modulus == 1 variable87 rng_state *= RNG_INV_MUL; in EncodeKey()