{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:YF5ULMXEZC4G3OSM2Q7T2AYWYM","short_pith_number":"pith:YF5ULMXE","canonical_record":{"source":{"id":"2605.17290","kind":"arxiv","version":1},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T07:02:54Z","cross_cats_sorted":[],"title_canon_sha256":"54de3dfe7ec91fdab0809c4908d659c06ebc22f911759a232334d5e5231dc6ae","abstract_canon_sha256":"d2f7d91fc18d66805171d370dfdd738c5ef5582b31c22857b1223f3067ea7720"},"schema_version":"1.0"},"canonical_sha256":"c17b45b2e4c8b86dba4cd43f3d0316c333a85838110cf8a044a2d6a4b300a9d8","source":{"kind":"arxiv","id":"2605.17290","version":1},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.17290","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"arxiv_version","alias_value":"2605.17290v1","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.17290","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"pith_short_12","alias_value":"YF5ULMXEZC4G","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"pith_short_16","alias_value":"YF5ULMXEZC4G3OSM","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"pith_short_8","alias_value":"YF5ULMXE","created_at":"2026-05-20T00:03:50Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:YF5ULMXEZC4G3OSM2Q7T2AYWYM","target":"record","payload":{"canonical_record":{"source":{"id":"2605.17290","kind":"arxiv","version":1},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T07:02:54Z","cross_cats_sorted":[],"title_canon_sha256":"54de3dfe7ec91fdab0809c4908d659c06ebc22f911759a232334d5e5231dc6ae","abstract_canon_sha256":"d2f7d91fc18d66805171d370dfdd738c5ef5582b31c22857b1223f3067ea7720"},"schema_version":"1.0"},"canonical_sha256":"c17b45b2e4c8b86dba4cd43f3d0316c333a85838110cf8a044a2d6a4b300a9d8","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-20T00:03:50.217217Z","signature_b64":"UMKv41wiCe92qhqzgmOc3jlFPT++ReSTu6IwkrE2qv4RTR9JlnAFd1+Rh0HQQmZ3TBZ3knGAjQF7TR/HzBwuAw==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"c17b45b2e4c8b86dba4cd43f3d0316c333a85838110cf8a044a2d6a4b300a9d8","last_reissued_at":"2026-05-20T00:03:50.216297Z","signature_status":"signed_v1","first_computed_at":"2026-05-20T00:03:50.216297Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2605.17290","source_version":1,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:03:50Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"boM8+2N68eIKKue6ZX+MQcUHNlPVLWK9fofhDx41tDLTuosEKl0A23x+kL8XMVKi8MqJBGIen824eCrNNNXQCw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-20T16:26:12.559694Z"},"content_sha256":"fd05c02f173bdc785e6c7fd0dec935fb6f5a5380b78ab43de0167d33cb7419d7","schema_version":"1.0","event_id":"sha256:fd05c02f173bdc785e6c7fd0dec935fb6f5a5380b78ab43de0167d33cb7419d7"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:YF5ULMXEZC4G3OSM2Q7T2AYWYM","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Debug Like a Human: Scaling LLM-based Fault Localization to Processor Design via Block-Level Instruction-Oriented Slicing","license":"http://creativecommons.org/licenses/by/4.0/","headline":"BluesFL triples top-1 bug localization in large processor designs using block-level instruction slicing.","cross_cats":[],"primary_cat":"cs.SE","authors_text":"Deheng Yang, Guangda Zhang, Jiang Wu, Jianjun Xu, Jiayu He, Xiaoguang Mao, Yan Lei, Yihao Qin, Zizhen Liu","submitted_at":"2026-05-17T07:02:54Z","abstract_excerpt":"Fault localization in modern processor design code is a critical yet time-consuming step during processor verification. While recent advances in LLM-based techniques for module-level hardware design have shown promising results, automatically localizing bugs in large-scale, project-level processor designs remains challenging. In this paper, we present BluesFL, a novel block-level LLM-based fault localization framework for processor designs. Inspired by the way engineers debug processors, we first propose a dataflow-based code blockization approach to guide LLMs to focus on critical local code "},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"BluesFL correctly localizes 24 bugs at Top-1 on a real-world RISC-V processor core comprising 19K lines of SystemVerilog code, achieving 242.9% improvement over the existing state-of-the-art (7 bugs).","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"The dataflow-based blockization and Block-Level Instruction-Oriented Slicing (Blues) algorithm are assumed to provide the critical local context that enables LLMs to mimic human debugging reasoning effectively; this premise is invoked in the description of the approach but its validity rests on the specific implementation details and prompt engineering not visible in the abstract.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"BluesFL uses block-level instruction-oriented slicing with LLMs to localize 24 bugs at Top-1 in a 19K-line RISC-V processor, a 242.9% gain over prior SOTA of 7 bugs.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"BluesFL triples top-1 bug localization in large processor designs using block-level instruction slicing.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"f4f6755d882b2f3bdab0c196a419cad9e087be711477eb45cef2efd3bff43188"},"source":{"id":"2605.17290","kind":"arxiv","version":1},"verdict":{"id":"9d6b97b0-55ce-405d-a830-de9337e5ab56","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-19T22:51:51.565150Z","strongest_claim":"BluesFL correctly localizes 24 bugs at Top-1 on a real-world RISC-V processor core comprising 19K lines of SystemVerilog code, achieving 242.9% improvement over the existing state-of-the-art (7 bugs).","one_line_summary":"BluesFL uses block-level instruction-oriented slicing with LLMs to localize 24 bugs at Top-1 in a 19K-line RISC-V processor, a 242.9% gain over prior SOTA of 7 bugs.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"The dataflow-based blockization and Block-Level Instruction-Oriented Slicing (Blues) algorithm are assumed to provide the critical local context that enables LLMs to mimic human debugging reasoning effectively; this premise is invoked in the description of the approach but its validity rests on the specific implementation details and prompt engineering not visible in the abstract.","pith_extraction_headline":"BluesFL triples top-1 bug localization in large processor designs using block-level instruction slicing."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2605.17290/integrity.json","findings":[],"available":true,"detectors_run":[{"name":"doi_compliance","ran_at":"2026-05-19T23:01:54.171489Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"doi_title_agreement","ran_at":"2026-05-19T23:01:19.690436Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"claim_evidence","ran_at":"2026-05-19T22:01:57.815423Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"ai_meta_artifact","ran_at":"2026-05-19T21:33:23.766888Z","status":"skipped","version":"1.0.0","findings_count":0}],"snapshot_sha256":"a4861b773651adfcb4644fa1c78b17318ce5a5f84bae7a09cd8c46f1957dc581"},"references":{"count":30,"sample":[{"doi":"","year":2025,"title":"2025. CoreMark. https://github.com/lowRISC/ibex/tree/master/examples/sw/ benchmarks/coremark","work_id":"fbd947d5-7df2-4e14-abbe-76e0e1a91444","ref_index":1,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2025,"title":"2025. cva6. https://github.com/openhwgroup/cva6","work_id":"f7d5db88-20ae-4dae-9af8-d5bac16eb344","ref_index":2,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2025,"title":"2025. Ibex. https://github.com/lowRISC/ibex","work_id":"a676a20f-4318-4819-9386-caac772b3fef","ref_index":3,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2025,"title":"Rocket Chip Generator","work_id":"5f46f57e-7ae7-49ec-8a68-ca07961fc8f5","ref_index":4,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2025,"title":"2025. sv-parser. https://github.com/dalance/sv-parser","work_id":"e0980edf-bf55-451b-820c-0c99215235fb","ref_index":5,"cited_arxiv_id":"","is_internal_anchor":false}],"resolved_work":30,"snapshot_sha256":"296b4f94c8179da2967acabd9e9e0b4811273cf99e076072b1d7bfcbda9d9d95","internal_anchors":1},"formal_canon":{"evidence_count":2,"snapshot_sha256":"63a19878cc7a5d7c48200d26937cb594f8751fdc7f6e41503fad82f420676ea6"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"9d6b97b0-55ce-405d-a830-de9337e5ab56"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:03:50Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"mfhPkmIzohZaZadJFpbA7x2iPgVg/5W4MvRkNs54hNOB+vy4fOulB7t6JPH+IVAHiq8RNK/664AfTh6tWRJYCg==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-20T16:26:12.560722Z"},"content_sha256":"a0e8f93198555d69eb532677e1be7164ef7c0c022df83841a20ce6d09a265206","schema_version":"1.0","event_id":"sha256:a0e8f93198555d69eb532677e1be7164ef7c0c022df83841a20ce6d09a265206"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/YF5ULMXEZC4G3OSM2Q7T2AYWYM/bundle.json","state_url":"https://pith.science/pith/YF5ULMXEZC4G3OSM2Q7T2AYWYM/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/YF5ULMXEZC4G3OSM2Q7T2AYWYM/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-20T16:26:12Z","links":{"resolver":"https://pith.science/pith/YF5ULMXEZC4G3OSM2Q7T2AYWYM","bundle":"https://pith.science/pith/YF5ULMXEZC4G3OSM2Q7T2AYWYM/bundle.json","state":"https://pith.science/pith/YF5ULMXEZC4G3OSM2Q7T2AYWYM/state.json","well_known_bundle":"https://pith.science/.well-known/pith/YF5ULMXEZC4G3OSM2Q7T2AYWYM/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:YF5ULMXEZC4G3OSM2Q7T2AYWYM","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"d2f7d91fc18d66805171d370dfdd738c5ef5582b31c22857b1223f3067ea7720","cross_cats_sorted":[],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T07:02:54Z","title_canon_sha256":"54de3dfe7ec91fdab0809c4908d659c06ebc22f911759a232334d5e5231dc6ae"},"schema_version":"1.0","source":{"id":"2605.17290","kind":"arxiv","version":1}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.17290","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"arxiv_version","alias_value":"2605.17290v1","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.17290","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"pith_short_12","alias_value":"YF5ULMXEZC4G","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"pith_short_16","alias_value":"YF5ULMXEZC4G3OSM","created_at":"2026-05-20T00:03:50Z"},{"alias_kind":"pith_short_8","alias_value":"YF5ULMXE","created_at":"2026-05-20T00:03:50Z"}],"graph_snapshots":[{"event_id":"sha256:a0e8f93198555d69eb532677e1be7164ef7c0c022df83841a20ce6d09a265206","target":"graph","created_at":"2026-05-20T00:03:50Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"BluesFL correctly localizes 24 bugs at Top-1 on a real-world RISC-V processor core comprising 19K lines of SystemVerilog code, achieving 242.9% improvement over the existing state-of-the-art (7 bugs)."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"The dataflow-based blockization and Block-Level Instruction-Oriented Slicing (Blues) algorithm are assumed to provide the critical local context that enables LLMs to mimic human debugging reasoning effectively; this premise is invoked in the description of the approach but its validity rests on the specific implementation details and prompt engineering not visible in the abstract."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"BluesFL uses block-level instruction-oriented slicing with LLMs to localize 24 bugs at Top-1 in a 19K-line RISC-V processor, a 242.9% gain over prior SOTA of 7 bugs."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"BluesFL triples top-1 bug localization in large processor designs using block-level instruction slicing."}],"snapshot_sha256":"f4f6755d882b2f3bdab0c196a419cad9e087be711477eb45cef2efd3bff43188"},"formal_canon":{"evidence_count":2,"snapshot_sha256":"63a19878cc7a5d7c48200d26937cb594f8751fdc7f6e41503fad82f420676ea6"},"integrity":{"available":true,"clean":true,"detectors_run":[{"findings_count":0,"name":"doi_compliance","ran_at":"2026-05-19T23:01:54.171489Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"doi_title_agreement","ran_at":"2026-05-19T23:01:19.690436Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"claim_evidence","ran_at":"2026-05-19T22:01:57.815423Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"ai_meta_artifact","ran_at":"2026-05-19T21:33:23.766888Z","status":"skipped","version":"1.0.0"}],"endpoint":"/pith/2605.17290/integrity.json","findings":[],"snapshot_sha256":"a4861b773651adfcb4644fa1c78b17318ce5a5f84bae7a09cd8c46f1957dc581","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"Fault localization in modern processor design code is a critical yet time-consuming step during processor verification. While recent advances in LLM-based techniques for module-level hardware design have shown promising results, automatically localizing bugs in large-scale, project-level processor designs remains challenging. In this paper, we present BluesFL, a novel block-level LLM-based fault localization framework for processor designs. Inspired by the way engineers debug processors, we first propose a dataflow-based code blockization approach to guide LLMs to focus on critical local code ","authors_text":"Deheng Yang, Guangda Zhang, Jiang Wu, Jianjun Xu, Jiayu He, Xiaoguang Mao, Yan Lei, Yihao Qin, Zizhen Liu","cross_cats":[],"headline":"BluesFL triples top-1 bug localization in large processor designs using block-level instruction slicing.","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T07:02:54Z","title":"Debug Like a Human: Scaling LLM-based Fault Localization to Processor Design via Block-Level Instruction-Oriented Slicing"},"references":{"count":30,"internal_anchors":1,"resolved_work":30,"sample":[{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":1,"title":"2025. CoreMark. https://github.com/lowRISC/ibex/tree/master/examples/sw/ benchmarks/coremark","work_id":"fbd947d5-7df2-4e14-abbe-76e0e1a91444","year":2025},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":2,"title":"2025. cva6. https://github.com/openhwgroup/cva6","work_id":"f7d5db88-20ae-4dae-9af8-d5bac16eb344","year":2025},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":3,"title":"2025. Ibex. https://github.com/lowRISC/ibex","work_id":"a676a20f-4318-4819-9386-caac772b3fef","year":2025},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":4,"title":"Rocket Chip Generator","work_id":"5f46f57e-7ae7-49ec-8a68-ca07961fc8f5","year":2025},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":5,"title":"2025. sv-parser. https://github.com/dalance/sv-parser","work_id":"e0980edf-bf55-451b-820c-0c99215235fb","year":2025}],"snapshot_sha256":"296b4f94c8179da2967acabd9e9e0b4811273cf99e076072b1d7bfcbda9d9d95"},"source":{"id":"2605.17290","kind":"arxiv","version":1},"verdict":{"created_at":"2026-05-19T22:51:51.565150Z","id":"9d6b97b0-55ce-405d-a830-de9337e5ab56","model_set":{"reader":"grok-4.3"},"one_line_summary":"BluesFL uses block-level instruction-oriented slicing with LLMs to localize 24 bugs at Top-1 in a 19K-line RISC-V processor, a 242.9% gain over prior SOTA of 7 bugs.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"BluesFL triples top-1 bug localization in large processor designs using block-level instruction slicing.","strongest_claim":"BluesFL correctly localizes 24 bugs at Top-1 on a real-world RISC-V processor core comprising 19K lines of SystemVerilog code, achieving 242.9% improvement over the existing state-of-the-art (7 bugs).","weakest_assumption":"The dataflow-based blockization and Block-Level Instruction-Oriented Slicing (Blues) algorithm are assumed to provide the critical local context that enables LLMs to mimic human debugging reasoning effectively; this premise is invoked in the description of the approach but its validity rests on the specific implementation details and prompt engineering not visible in the abstract."}},"verdict_id":"9d6b97b0-55ce-405d-a830-de9337e5ab56"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:fd05c02f173bdc785e6c7fd0dec935fb6f5a5380b78ab43de0167d33cb7419d7","target":"record","created_at":"2026-05-20T00:03:50Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"d2f7d91fc18d66805171d370dfdd738c5ef5582b31c22857b1223f3067ea7720","cross_cats_sorted":[],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T07:02:54Z","title_canon_sha256":"54de3dfe7ec91fdab0809c4908d659c06ebc22f911759a232334d5e5231dc6ae"},"schema_version":"1.0","source":{"id":"2605.17290","kind":"arxiv","version":1}},"canonical_sha256":"c17b45b2e4c8b86dba4cd43f3d0316c333a85838110cf8a044a2d6a4b300a9d8","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"c17b45b2e4c8b86dba4cd43f3d0316c333a85838110cf8a044a2d6a4b300a9d8","first_computed_at":"2026-05-20T00:03:50.216297Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-20T00:03:50.216297Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"UMKv41wiCe92qhqzgmOc3jlFPT++ReSTu6IwkrE2qv4RTR9JlnAFd1+Rh0HQQmZ3TBZ3knGAjQF7TR/HzBwuAw==","signature_status":"signed_v1","signed_at":"2026-05-20T00:03:50.217217Z","signed_message":"canonical_sha256_bytes"},"source_id":"2605.17290","source_kind":"arxiv","source_version":1}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:fd05c02f173bdc785e6c7fd0dec935fb6f5a5380b78ab43de0167d33cb7419d7","sha256:a0e8f93198555d69eb532677e1be7164ef7c0c022df83841a20ce6d09a265206"],"state_sha256":"0ac9b78250b9a6675e47855f91b20af7b868a7a40fb25eef12ea4ee04067df13"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"mCDwaXEYLpUxrQ6bAh3Aj61XI4iwA63YLzXLAS+AeTb2y3d8Hy7TUuM6LLKVdXgQtHIsMFH/gyAdkmVnj58NDA==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-20T16:26:12.565001Z","bundle_sha256":"68dbd4fb18f7e76d66aa0d2fad4c8d45213f3b2809cd3bf72a2eeea115f6040a"}}