Versions in this module Expand all Collapse all v0 v0.1.0 Jan 6, 2024 Changes in this version + type Attestation struct + Document []byte + type DescribeNSM struct + Digest Digest + LockedPCRs []uint16 + MaxPCRs uint16 + ModuleID string + VersionMajor uint16 + VersionMinor uint16 + VersionPatch uint16 + type DescribePCR struct + Data []byte + Lock bool + type Digest string + const DigestSHA256 + const DigestSHA384 + const DigestSHA512 + type ErrorCode string + const ECBufferTooSmall + const ECInputTooLarge + const ECInternalError + const ECInvalidArgument + const ECInvalidOperation + const ECInvalidResponse + const ECReadOnlyIndex + const ECSuccess + type ExtendPCR struct + Data []byte + type GetRandom struct + Random []byte + type LockPCR struct + type LockPCRs struct + type Response struct + Attestation *Attestation + DescribeNSM *DescribeNSM + DescribePCR *DescribePCR + Error ErrorCode + ExtendPCR *ExtendPCR + GetRandom *GetRandom + LockPCR *LockPCR + LockPCRs *LockPCRs + func (res *Response) UnmarshalCBOR(data []byte) error