pub fn get_measurement(
index: usize,
) -> Option<(&'static str, [u8; 32], u64, Option<u8>)>Expand description
Get a recorded boot measurement by index.
Returns a copy of the measurement entry (stage name, hash, timestamp, PCR index).
pub fn get_measurement(
index: usize,
) -> Option<(&'static str, [u8; 32], u64, Option<u8>)>Get a recorded boot measurement by index.
Returns a copy of the measurement entry (stage name, hash, timestamp, PCR index).