feat: implement PBKDF2 algorithm with registry
This commit is contained in:
@@ -38,3 +38,7 @@ def get_algorithm(name: str) -> Algorithm:
|
||||
def list_algorithms() -> list[str]:
|
||||
"""Return list of registered algorithm identifiers."""
|
||||
return sorted(_ALGORITHMS.keys())
|
||||
|
||||
|
||||
# Import to auto-register algorithms
|
||||
import pbkdf2_algorithm # noqa: E402, F401
|
||||
|
||||
Reference in New Issue
Block a user