Versions in this module Expand all Collapse all v0 v0.1.0 Jan 6, 2024 Changes in this version + type Attestation struct + Nonce []byte + PublicKey []byte + UserData []byte + func (r *Attestation) Encoded() interface{} + type DescribeNSM struct + func (r *DescribeNSM) Encoded() interface{} + type DescribePCR struct + Index uint16 + func (r *DescribePCR) Encoded() interface{} + type ExtendPCR struct + Data []byte + Index uint16 + func (r *ExtendPCR) Encoded() interface{} + type GetRandom struct + func (r *GetRandom) Encoded() interface{} + type LockPCR struct + Index uint16 + func (r *LockPCR) Encoded() interface{} + type LockPCRs struct + Range uint16 + func (r *LockPCRs) Encoded() interface{} + type Request interface + Encoded func() interface{}