Y
Hacker News
new
|
ask
|
show
|
jobs
by
trinovantes
1878 days ago
The only thing I could think of is when writing crypto code, you want your execution time to be constant for all inputs to avoid timing related attacks (e.g.
https://www.chosenplaintext.ca/articles/beginners-guide-cons...
)