feat: implement Argon2 algorithm

This commit is contained in:
2025-11-13 13:16:23 +00:00
parent 67ecdc80ad
commit 30f1f45d68
3 changed files with 69 additions and 0 deletions

View File

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