Earlier quoted context omitted.
The interesting thing about Crypto performance tuning is that you really have to ensure that no logical path does a different amount/kind of work than another(i.e. no short circuiting). I used to not think much of it until I saw an RSA private key recovered via acoustic analysis of capacitor whine due to a short circuit condition in a function to multiply two large numbers.(this was using a recent release of openssl)…
seems obvious, but just checking that they needed (acoustic) access to the machine performing a calculation with private key?
So some access, though less than you might guess.