encryption

package
v0.0.0-...-37f2402 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 8 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AEAD

type AEAD interface {
	Open([]byte) ([]byte, error)
	Seal([]byte) ([]byte, error)
}

func NewAES256SHA512

func NewAES256SHA512(ctx context.Context, key []byte) (AEAD, error)

func NewMulti

func NewMulti(ctx context.Context, serviceKeyvault keyvault.Manager, secretName, legacySecretName string) (AEAD, error)

func NewXChaCha20Poly1305

func NewXChaCha20Poly1305(ctx context.Context, key []byte) (AEAD, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL