pub fn square_n_mul(in_out: &mut Num3072, sq: i32, mul: &Num3072)
Expand description

| in_out = in_out^(2^sq) * mul |