Documentation ¶
Overview ¶
Package secret implements a authenticated encryption with associated data (AEAD) cipher to be used when symmetric is required in Teleport. The underlying cipher is AES-GCM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key []byte
Key for the symmetric cipher.
func NewKey ¶
NewKey generates a new key from a cryptographically secure pseudo-random number generator (CSPRNG).
Click to show internal directories.
Click to hide internal directories.