# Functions

Available returns true if the TDX device is available and can be opened.
GetSelectedMeasurements returns the selected measurements from the RTMRs.
IsTDXDevice checks if the given device is a TDX guest device.
NewIssuer initializes a new TDX Issuer.
NewValidator initializes a new TDX Validator.
Open opens the TDX guest device.

# Structs

Issuer is the TDX attestation issuer.
Validator is the TDX attestation validator.

# Interfaces

Device is an interface for a TDX device.

# Type aliases

OpenFunc is a function that opens the TDX device.