Documentation
¶
Overview ¶
Package eattest provides functionality for attesting SGX enclaves.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attestation ¶
type Attestation struct { GetSelfReport func() (attestation.Report, error) GetRemoteReport func(reportData []byte) ([]byte, error) VerifyRemoteReport func(reportBytes []byte) (attestation.Report, error) }
Attestation represents SGX attestation methods.
func NewAttestation ¶
func NewAttestation() Attestation
NewAttestation creates a new instance of Attestation with default methods.
Click to show internal directories.
Click to hide internal directories.