mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
fdb111e867
This commit modifies the opening brontide handshake to use libsecp256k1's public ECDH API throughout the handshake rather than the current method which just returns the x-coordinate of the generated point. This change was made in order to align the current spec draft with the aforementioned library since it’s very popular within the pace and strives to only expose safe API’s to end users. |
||
---|---|---|
.. | ||
conn.go | ||
listener.go | ||
noise_test.go | ||
noise.go |