turn timing attack mitigation back on

This commit is contained in:
Jonathan Warren 2013-09-29 23:06:24 -04:00
parent 9e34caebef
commit f5b92b2fa5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
doTimingAttackMitigation = False doTimingAttackMitigation = True
import time import time
import threading import threading