feat: implement bcrypt algorithm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user