# Functions
CreateAttestationCertificate creates an X.509 certificate with an embedded report from the underlying enclave.
CreateAttestationClientTLSConfig creates a tls.Config object that verifies a certificate with embedded report.
CreateAttestationServerTLSConfig creates a tls.Config object with a self-signed certificate and an embedded report.
CreateAzureAttestationToken creates a Microsoft Azure Attestation token by creating a remote report and sending it to an Attestation Provider, who is reachable under url.
GetSealKeyID gets a unique ID derived from the CPU's root seal key.
GetSelfReport returns a report of this enclave.
WithIgnoreTCBStatus ignores an invalid TCB level.
# Structs
AttestOption configures an attestation function.