pub fn verify_c2pa_manifest(
envelope: &Value,
bytes: &[u8],
) -> Result<VerifiedManifest>Expand description
Verifies the provided manifest envelope against the raw artifact bytes and signature.
pub fn verify_c2pa_manifest(
envelope: &Value,
bytes: &[u8],
) -> Result<VerifiedManifest>Verifies the provided manifest envelope against the raw artifact bytes and signature.