Timing attack on comparison
Open answerA server verifies a received tag by comparing it to the expected tag byte by byte, stopping at the first differing byte.
- Explain how an attacker can exploit this comparison to reconstruct a valid tag without knowing the key.
- What is the countermeasure?

