![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Report integrity binding — associates a compliance report with its tamper-evidence chain. More...
#include <compliance_types.hpp>
Public Attributes | |
| std::string | report_id |
| Report identifier. | |
| int64_t | chain_seq = 0 |
| Audit chain sequence number. | |
| std::string | chain_hash |
| SHA-256 hash of the chain entry. | |
| std::string | content_hash |
| SHA-256 hash of the report content. | |
Report integrity binding — associates a compliance report with its tamper-evidence chain.
Definition at line 1213 of file compliance_types.hpp.
| std::string signet::forge::mifid2::ReportIntegrity::chain_hash |
SHA-256 hash of the chain entry.
Definition at line 1216 of file compliance_types.hpp.
| int64_t signet::forge::mifid2::ReportIntegrity::chain_seq = 0 |
Audit chain sequence number.
Definition at line 1215 of file compliance_types.hpp.
| std::string signet::forge::mifid2::ReportIntegrity::content_hash |
SHA-256 hash of the report content.
Definition at line 1217 of file compliance_types.hpp.
| std::string signet::forge::mifid2::ReportIntegrity::report_id |
Report identifier.
Definition at line 1214 of file compliance_types.hpp.