pub fn create_superblob<'a>(
magic: CodeSigningMagic,
blobs: impl Iterator<Item = &'a (CodeSigningSlot, Vec<u8>)>,
) -> Result<Vec<u8>, AppleCodesignError>
Expand description
Create the binary content for a SuperBlob.
pub fn create_superblob<'a>(
magic: CodeSigningMagic,
blobs: impl Iterator<Item = &'a (CodeSigningSlot, Vec<u8>)>,
) -> Result<Vec<u8>, AppleCodesignError>
Create the binary content for a SuperBlob.