4d8678c7f2
Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com> Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com>
6 lines
222 B
Go
6 lines
222 B
Go
// Package encryption provides envelope encryption for secrets manager
|
|
|
|
// It is heavily copied from the legacy envelope encryption implementation at github.com/grafana/grafana/pkg/services/encryption.
|
|
|
|
package encryption
|