Remove a line

This commit is contained in:
lucky-vers 2023-11-04 00:34:15 +05:30
parent 9e16a8dff8
commit 5eac33e3fa

View file

@ -64,7 +64,6 @@ There's also a function `check_key` that presumably we need to test with to chec
if key[i] != hashlib.sha256(username_trial).hexdigest()[8]:
return False
```
So it seems it checks whether the dynamic part of the given key is equal to the combination of elements of the variable `hashlib.sha256(username_trial).hexdigest()` with the following indices: