MCPcopy
hub / github.com/wal-g/wal-g / Crypter

Struct Crypter

internal/crypto/awskms/crypter.go:14–16  ·  view source on GitHub ↗

Crypter is AWS KMS Crypter implementation

Source from the content-addressed store, hash-verified

12
13// Crypter is AWS KMS Crypter implementation
14type Crypter struct {
15 SymmetricKey crypto.SymmetricKey
16}
17
18func (crypter *Crypter) Name() string {
19 return "AWK_KMS/Crypter"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected