chickadee » math » modexpt

modsqr aprocedure
modexpt a bprocedure
a
integer
b
integer

Equivalent to (mod* a a) and (modular-expt a b (current-modulus)), respectively.