This is my experimental attempt writing timing attack related to Post-Quantum Cryptography.
Last updated 4 months ago
Timing attack is one of the possible side-channel attacks in Post-Quantum Cryptography, mostly seeing used to crack the secret key.
In this blog, based on these 2 references below. I'll try to crack a secret key using timing attack with python computing language.