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)…
If this "I saw" has any further public details, I'd absolutely love to learn more, and I'm pretty sure others would as well. In particular, I'm especially interested in electrical or real-world attacks - such as capacitor whine! - that can be applied a weakened security situations like asymmetric logic/branching. I vaguely recall CPU voltage fuzzing is a thing, I want to go learn more about that at some point. I'm on…
The relevant academic community can be found around https://ches.iacr.org/2018/program.shtml.
(I work for a company building high-assurance crypto appliances for the Dutch government, so I have a professional interest.)