HexDigestMismatch

class HexDigestMismatch(name: str, actual: str, expected: str)[source]

Bases: NamedTuple

Contains information about a hexdigest mismatch.

Create new instance of HexDigestMismatch(name, actual, expected)

Attributes Summary

actual

the observed/actual hexdigest, encoded as a string

expected

the expected hexdigest, encoded as a string

name

the name of the algorithm

Attributes Documentation

actual: str

the observed/actual hexdigest, encoded as a string

expected: str

the expected hexdigest, encoded as a string

name: str

the name of the algorithm