Trait twenty_first::shared_math::traits::ModPowU64
source · [−]pub trait ModPowU64 {
fn mod_pow_u64(&self, pow: u64) -> Self;
}
Required Methods
source
pub trait ModPowU64 {
fn mod_pow_u64(&self, pow: u64) -> Self;
}