//
pkg.gl
Category
github.com/apecloud/dataprotection-wal-g
internal
crypto
openpgp
package
0.0.0-20240318155159-e89a0ad6e1cb
Repository:
https://github.com/apecloud/dataprotection-wal-g.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
241 SLOC
#
Functions
CrypterFromKey
CrypterFromKey creates Crypter from armored key.
CrypterFromKeyPath
CrypterFromKeyPath creates Crypter from armored key path.
CrypterFromKeyRingID
CrypterFromKeyRingID create Crypter from key ring ID.
#
Structs
Crypter
Crypter incapsulates specific of cypher method Includes keys, infrastructure information etc If many encryption methods will be used it worth to extract interface.