pub type zxio_fsverity_descriptor_t = zxio_fsverity_descriptor;

Aliased Type§

struct zxio_fsverity_descriptor_t {
    pub hash_algorithm: u8,
    pub salt_size: u8,
    pub salt: [u8; 32],
}

Fields§

§hash_algorithm: u8§salt_size: u8§salt: [u8; 32]