IAIK / cache_template_attacks

This repository contains several tools to perform Cache Template Attacks
The Unlicense
142 stars 63 forks source link

The problem of flushandreload() function #5

Closed winter2020 closed 7 years ago

winter2020 commented 7 years ago

Is it wrong that timing first then flush in the function flushandreload(). It should be flush first, should it?

dgruss commented 7 years ago

No. Flush should be before the waiting, so outside of that function. The reload comes after the waiting, so at the beginning of the function.

dgruss commented 7 years ago

So everything is as intended here