voiage.decision_card.DecisionBundle
A signed, tamper-evident bundle combining a DecisionCard and inputs.
Methods
Section titled “Methods”compute_bundle_hash
Section titled “compute_bundle_hash”compute_bundle_hash([positional or keyword] self: None = None) -> strCalculate SHA-256 hash over card + input payload.
Parameters:
self
Returns: str
verify_integrity
Section titled “verify_integrity”verify_integrity([positional or keyword] self: None = None) -> boolVerify that the bundle hash matches its contents.
Parameters:
self
Returns: bool