Skip to main content

InvalidAlgorithm

Algorithm is not supported by hashlib.

Constructor

Signature

def InvalidAlgorithm() - > null

Signature

def InvalidAlgorithm(
args: tuple
) - > null

Parameters

NameTypeDescription
argstupleVariable length argument list typically containing the error message or the name of the unsupported algorithm.