- Implementation of the attestation extension defined in TCG DICE Attestation Architecture.
- Implementation of TCG DICE TCB Info evidence extension.
- Implementation of Open DICE certificate (CBOR and X.509) chain validation and claim extraction.
make test(or justmake) to run the unit tests;make coverageto get code coverage stats;make lintto run the code linter (requires golangci-lint).