Re: effective Method to calculate n-th power



On Wed, 8 Jun 2005, Zsuzsanna Doncho wrote:

> is there any efficient way to calculate for a given g^x and given n in a
> group G with order q, the value: g^{x^n}?
>
Use
o(a^k) = o(a)/gcf(k,o(a))
.


Loading