# Functions
NewWithOpts creates a new [RawKeyProvider] with the given keyIDs.
WithKeyFactory sets the master key factory for the Raw provider.
WithKeyProvider sets the base key provider for the Raw provider.
WithStaticKey configures a static key for the Raw provider.
# Structs
Options contains the configuration options for the [RawKeyProvider].
RawKeyProvider is a Raw Key Provider.
# Interfaces
RawProvider is an interface for Raw Key Providers.
# Type aliases
OptionsFunc is a function that applies an option to the [Options].