Function tugger_apple_codesign::compute_code_hashes[][src]

pub fn compute_code_hashes(
    macho: &MachO<'_>,
    hash_type: DigestType,
    page_size: Option<usize>
) -> Result<Vec<Vec<u8>>, AppleCodesignError>
Expand description

Compute code hashes for a Mach-O binary.