Skip to main content

MillerRabin

Trait MillerRabin 

Source
pub trait MillerRabin {
    // Required method
    fn is_prime(self) -> bool;
}

Required Methods§

Source

fn is_prime(self) -> bool

Implementations on Foreign Types§

Source§

impl MillerRabin for u8

Source§

impl MillerRabin for u16

Source§

impl MillerRabin for u32

Source§

impl MillerRabin for u64

Implementors§