cvm-attestation/deserialize_tdx_v4.py [27:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "tee_tcb_svn" / Bytes(16),
    "mrseam" / Bytes(48),
    "mrsignerseam" / Bytes(48),
    "seam_attributes" / Bytes(8),
    "td_attributes" / Bytes(8),
    "xfam" / Int64ul,
    "mr_td" / Bytes(48),
    "mr_config_id" / Bytes(48),
    "mr_owner" / Bytes(48),
    "mr_owner_config" / Bytes(48),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cvm-attestation/deserialize_tdx_v5.py [24:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        "tee_tcb_svn" / Bytes(16),
        "mrseam" / Bytes(48),
        "mrsignerseam" / Bytes(48),
        "seam_attributes" / Bytes(8),
        "td_attributes" / Bytes(8),
        "xfam" / Int64ul,
        "mr_td" / Bytes(48),
        "mr_config_id" / Bytes(48),
        "mr_owner" / Bytes(48),
        "mr_owner_config" / Bytes(48),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



