I am writing a paper on RSA, and I am calculating some encryption running times.
I have been told that the encryption running time is $O(n^2)$ where $n$ is the modulus. I have also been told that there is a constant $C$ such that $O(Cn^2)$ where $C$ relates to the machine used.
Does anyone have any idea where to find this $C$ for a certain computer?