Function verify_manifest
pub fn verify_manifest(
manifest_toml: &str,
signature_b64: &str,
publisher_key_hex: &str,
trusted_keys: &[String],
) -> VerificationResultpub fn verify_manifest(
manifest_toml: &str,
signature_b64: &str,
publisher_key_hex: &str,
trusted_keys: &[String],
) -> VerificationResult