HexDigestMismatch
- class HexDigestMismatch(name: str, actual: str, expected: str)[source]
Bases:
NamedTupleContains information about a hexdigest mismatch.
Create new instance of HexDigestMismatch(name, actual, expected)
Attributes Summary
the observed/actual hexdigest, encoded as a string
the expected hexdigest, encoded as a string
the name of the algorithm
Attributes Documentation