# Functions

DefaultList returns the default list of accepted ID key digests.
EnforcePolicyFromString returns Enforcement from string.
NewList creates a new IDKeyDigests from a list of digests.
UnmarshalHexString unmarshals a list of hex encoded ID key digest strings.

# Constants

Equal will error if the reported signing key digest does not match any of the values in 'acceptedKeyDigests'.
MAAFallback uses 'equal' checking for validation, but fallback to using Microsoft Azure Attestation (MAA) for validation if the reported digest does not match any of the values in 'acceptedKeyDigests'.
Unknown is reserved for invalid configurations.
WarnOnly is the same as 'equal', but only prints a warning instead of returning an error if no match is found.

# Type aliases

Enforcement defines the behavior of the validator when the ID key digest is not found in the expected list.
List is a list of trusted digest values for the ID key.