fn pow(self: Self, x: Fe, e: Fe) NullExponentError!Fe
Returns x^e (mod m) in constant time.
self: Self,
x: Fe,
e: Fe,