InvalidAlgorithm
Algorithm is not supported by hashlib.
Constructor
Signature
def InvalidAlgorithm() - > null
Signature
def InvalidAlgorithm(
args: tuple
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| args | tuple | Variable length argument list typically containing the error message or the name of the unsupported algorithm. |