Skip to content
Snippets Groups Projects
Verified Commit bd7b74f3 authored by sistason's avatar sistason
Browse files

linting :)

parent 4fa10d5c
Branches
Tags
No related merge requests found
......@@ -37,7 +37,6 @@ def check_hashed(password_hash, password):
salt = data[ctx.digest_size:]
ctx.update(salt)
return data == ctx.digest() + salt
else:
raise NotImplementedError()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment