Crate goldboot_image

source ·
Expand description

Modules§

Structs§

  • Represents a data cluster in the image file. Each cluster corresponds to a fixed-size block in the user data.
  • An entry in the digest table which corresponds to one cluster.
  • An iterator over the variants of ImageArch
  • Represents a goldboot image on disk.
  • Contains metadata which is always plaintext. Anything potentially useful to an attacker should instead reside in the protected header unless the user may want to read it without decrypting the image first.
  • Contains metadata which may be encrypted.

Enums§

Functions§

  • Hash the entire image file to produce the image ID.