Documentation ¶
Index ¶
- Constants
- type AEAD
- func NewAEADWithCore(ctx context.Context, _env env.Core, encryptionSecretV2Name string, ...) (AEAD, error)
- func NewAES256SHA512(ctx context.Context, key []byte) (AEAD, error)
- func NewMulti(ctx context.Context, serviceKeyvault keyvault.Manager, ...) (AEAD, error)
- func NewXChaCha20Poly1305(ctx context.Context, key []byte) (AEAD, error)
Constants ¶
View Source
const (
KeyVaultPrefix = "KEYVAULT_PREFIX"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.