The countermeasure to timing attacks
Short answerA byte comparison that stops at the first wrong byte leaks information through its execution time. What do we call the countermeasure that consists in writing code whose duration never depends on the secret (no branch, no memory access dependent on the secret)?
Give the name of this technique.

