Remove another debug print, bump v1.10.4

This commit is contained in:
Lonami Exo
2019-09-21 18:21:09 +02:00
parent 8d5a7c6ffb
commit 4f6e5c5f5a
3 changed files with 7 additions and 8 deletions

View File

@@ -173,9 +173,6 @@ def compute_check(request: types.account.Password, password: str):
if u > 0:
return (a, a_for_hash, u)
print(A, 'bad for', p)
time.sleep(1)
a, a_for_hash, u = generate_and_check_random()
g_b = (B - kg_x) % p
if not is_good_mod_exp_first(g_b, p):