Example #1
0
void modp::randomize(PRNG& G, const Zp_Data& ZpD)
{
  G.randomBnd(x, ZpD.get_prA(), ZpD.pr_byte_length);
}