1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-14 11:36:55 +01:00
lnd/lnencrypt
Oliver Gugger b6abede4a3
lnencrypt: add ECDHEncryptor
With this commit we add a new way to encrypt and decrypt a sensitive
payload: By using Diffie-Hellman over a local and remote key to derive
at a shared secret key.
2024-01-09 12:32:38 +01:00
..
crypto.go lnencrypt: add ECDHEncryptor 2024-01-09 12:32:38 +01:00
crypto_test.go lnencrypt: add ECDHEncryptor 2024-01-09 12:32:38 +01:00
test_utils.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00