Add type test for get_default_parameters

This commit is contained in:
Hynek Schlawack 2025-02-22 09:01:44 +01:00
parent 8041a043f4
commit c4633ca2c2
No known key found for this signature in database

View File

@ -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()