mirror of
https://github.com/monero-project/monero.git
synced 2024-12-16 05:16:32 +02:00
38f6910481
As reported by Tramèr et al, timing of refresh requests can be used to see whether a password was requested (and thus at least one output received) since this will induce a delay in subsequent calls. To avoid this, we schedule calls at a given time instead of sleeping for a set time (which would make delays additive). To further avoid a scheduled call being during the time in which a password is prompted, the actual scheduled time is now randomized. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
simplewallet.cpp | ||
simplewallet.h |