# Functions
FromZip tries to extract a boot configuration from a ZIP file after verifying its signature with the provided public key file.
ManifestFromBytes parses a manifest configuration, i.e.
NewBootConfig parses a boot configuration in JSON format and returns a BootConfig object.
NewManifest returns a new empty Manifest structure with the current version field populated.
# Variables
global variables.
# Structs
BootConfig is a general-purpose boot configuration.
Manifest is a list of BootConfig objects.