[][src]Function accumulator::hash::primality::passes_miller_rabin_base_2

pub fn passes_miller_rabin_base_2(n: &U256) -> bool

A single iteration of the Miller-Rabin test (base-2 Fermat test).