Function gridiron::digits::util::exp_by_squaring[][src]

pub fn exp_by_squaring<T: One + Copy>(orig_x: T, n: u32) -> T
Expand description

This reveals the exponent so it should not be called with secret values.