mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-09 09:45:35 -04:00
Add TDX bazel files
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
bda999d54e
commit
c478df36fa
10 changed files with 30 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue