fn powPublic(self: Self, x: Fe, e: Fe) NullExponentError!Fe

Returns x^e (mod m), assuming that the exponent is public. The function remains constant time with respect to x.

Parameters

self: Self,
x: Fe,
e: Fe,