integritee-network / pallets

Other
10 stars 14 forks source link

De-serialize DCAP data structures #87

Closed Niederb closed 2 years ago

Niederb commented 2 years ago

Implement deserialization of the needed Intel data structures (collateral, report, ...) in order to implement the verification of the DCAP report in the teerex pallet.

clangenb commented 2 years ago

To use it in the pallet it should be de-/encode instead of serialization; it is more efficient.

Niederb commented 2 years ago

The de-/serialization of the attestation report (See #85) is implemented with de-/encode. This will be part of a bigger PR.