pub trait ModPowU64 {
    fn mod_pow_u64(&self, pow: u64) -> Self;
}

Required Methods

Implementors