feat: implement Argon2 algorithm
This commit is contained in:
@@ -42,3 +42,4 @@ def list_algorithms() -> list[str]:
|
||||
|
||||
# Import to auto-register algorithms
|
||||
import pbkdf2_algorithm # noqa: E402, F401
|
||||
import argon2_algorithm # noqa: E402, F401
|
||||
|
||||
Reference in New Issue
Block a user