pub const CFICACHE_MAGIC: u32 = _; // 1_128_679_747u32
Expand description

The magic file preamble to identify cficache files.

Files with version < 2 do not have the full preamble with magic+version, but rather start straight away with a STACK record. The magic here is a u32 corresponding to the big-endian CFIC. It will be written and read using native endianness, so mismatches between writer/reader will result in a CfiErrorKind::BadFileMagic error.