# Functions
BootBallFromArchive constructs a BootBall zip file at archive.
BootBallFromConfig constructs a BootBall from a stconfig.json at configFile.
FindHostVarsInInitramfs looks for netvars.json at a given path inside the initramfs file system.
# Constants
BallName is the file name of the archive, which is expected to contain the stboot configuration file along with the corresponding files.
ConfigName is the name of the stboot configuration file.
HostVarsName is the name of file containing host-specific data.
# Structs
AlwaysValidSigner creates signatures that are always valid.
BootBall contains data to operate on the system transparency bootball archive.
HostVars contains contains platform-specific data.
Sha512PssSigner uses SHA512 hashes ans PSS signatures along with x509 certificates.
No description provided by the author
Stconfig contains multiple u-root BootConfig stucts and additional information for stboot.
# Interfaces
Signer is used by BootBall to hash, sign and varify the BootConfigs with appropriate algorithms.