package
0.3.4
Repository: https://github.com/memoio/minio.git
Documentation: pkg.go.dev

# Functions

New returns a single-key KMS that derives new DEKs from the given key.
NewWithConfig returns a new KMS using the given configuration.
Parse parses s as single-key KMS.

# Structs

Config contains various KMS-related configuration parameters - like KMS endpoints or authentication credentials.
DEK is a data encryption key.
Status describes the current state of a KMS.

# Interfaces

KMS is the generic interface that abstracts over different KMS implementations.

# Type aliases

Context is a set of key-value pairs that are associated with a generate data encryption key (DEK).