package
0.18.4-beta.rc2
Repository: https://github.com/lightningnetwork/lnd.git
Documentation: pkg.go.dev

# Functions

ECDHEncrypter derives an encryption key by performing an ECDH operation on the passed keys.
KeyRingEncrypter derives an encryption key to encrypt all our files that are written to disk and returns an Encrypter object holding the key.

# Structs

Encrypter is a struct responsible for encrypting and decrypting data.
No description provided by the author

# Interfaces

EncrypterDecrypter is an interface representing an object that encrypts or decrypts data.