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.