Crate amebazii

Source
Expand description

Modules§

  • Documentation
  • Default keys used to sign and verify images/ partition tables.
  • Utility functions for creating signatures and hashes.

Macros§

  • Checks if the given data is valid by ensuring none of the bytes are equal to 0xFF.
  • Read (skip) padding bytes in a reader.
  • Reads valid data from the reader into the target, ensuring that the data does not contain any 0xFF bytes.
  • Writes padding to a binary stream to ensure that the next write operation aligns to a specified size.
  • Writes data to a stream.
  • write_padding! - A macro to write padding bytes to a writer.