# 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.
# 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).