I just want some confirmation on my method:
$$29^{419} \equiv 29^{22*19+1}$$
$$29^{22*19+1} \mod 23$$
Using Euler's theorem,
$$\equiv 1^{19} * 29 \mod 23$$
$$\equiv{29} \mod 23$$
$$\equiv 6 \mod 23$$
I am mostly just unfamiliar with powers in modular arithmetic so just wanted to check if this was correct.
Thank you