# Functions

Analyze generates a difference report filled with additional simple analytics, like hamming distance.
Diff compares firmwareGoodData and firmwareBadData in areas specified by rangesOrig and returns the ranges where the data differs.

# Structs

AnalysisReport contains an analyzed report for an UEFI image diff.
AnalysisReportEntry contains information about on block with different data.
NodeInfo is a struct contains information about one UEFI FFS node.
RelatedMeasurement contains the related measurement and the data chunks specifically related to the diff.

# Interfaces

Firmware is an abstraction over *uefi.UEFI.

# Type aliases

AnalysisReportEntries is a set of multiple AnalysisReportEntry-ies.
RelatedMeasurementsLaconic is a helper to print measurements in a laconic way.