Skip to main content

miller_rabin

Function miller_rabin 

Source
pub fn miller_rabin(n: &BigUint, rounds: u32) -> bool
Expand description

Miller-Rabin probable-prime test.