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_test.go lnencrypt: add ECDHEncryptor 2024-01-09 12:32:38 +01:00
crypto.go lnencrypt: add ECDHEncryptor 2024-01-09 12:32:38 +01:00
test_utils.go