pub fn build_statement( manifest_signed_json_bytes: &[u8], tarball_files: &[(String, Vec<u8>)], ) -> InTotoStatement
Build an in-toto Statement from a list of (path, content_bytes) for every file in the tarball.