. Explain the recurrence for Exponentiation-by-squaring.

 

Write code that implements exponentiation-by-squaring: compile, test, and profile your code. IN PYTHON