Is there a shortcut for finding the Euler function of the product of two prime squares?
$\phi(a^2*b^2)$=?, where a and b are prime.
I am able to find $\phi(a*b)=(a-1)(b-1)$, but don't really know where to start next. Both a and b are very large, and $\phi$ will be used for encryption methods.