feat: implement bcrypt algorithm

This commit is contained in:
2025-11-13 13:17:18 +00:00
parent 30f1f45d68
commit 6ca905cd1e
3 changed files with 63 additions and 0 deletions

View File

@@ -43,3 +43,4 @@ def list_algorithms() -> list[str]:
# Import to auto-register algorithms
import pbkdf2_algorithm # noqa: E402, F401
import argon2_algorithm # noqa: E402, F401
import bcrypt_algorithm # noqa: E402, F401