Documentation ¶
Index ¶
Constants ¶
View Source
const (
// AESCTRMinIVSize is the minimum IV size that this implementation supports.
AESCTRMinIVSize = 12
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TpmAesCtr ¶
type TpmAesCtr struct { TPMDevice io.ReadWriteCloser Key tinktpmprotopb.AesCtrTpmKey AuthSession tinkcommon.AuthCallback KeyFormat tinktpmprotopb.AesCtrTpmKeyFormat // contains filtered or unexported fields }
AESCTR is an implementation of AEAD interface.
Click to show internal directories.
Click to hide internal directories.