Add type test for get_default_parameters
This commit is contained in:
parent
8041a043f4
commit
c4633ca2c2
@ -15,3 +15,5 @@ ph.verify("hash", b"pw")
|
||||
|
||||
if ph.check_needs_rehash("hash") is True:
|
||||
...
|
||||
|
||||
params: argon2.Parameters = argon2.profiles.get_default_parameters()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user