Add TDX bazel files

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-03-20 11:15:57 +01:00 committed by Malte Poll
parent bda999d54e
commit c478df36fa
10 changed files with 30 additions and 23 deletions

View file

@ -23,6 +23,7 @@ type Measurement struct {
// MeasurementType are the supported attestation types we can sort.
type MeasurementType uint32
// Available measurement types.
const (
TPM MeasurementType = iota
TDX