lnd/brontide
Olaoluwa Osuntokun fdb111e867
brontide: switch to using libsecp256k1's public ECDH API
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.
2016-12-12 15:56:42 -08:00
..
conn.go brontide: implement handshake versioning enforcement per the spec 2016-11-30 19:11:58 -08:00
listener.go brontide: implement handshake versioning enforcement per the spec 2016-11-30 19:11:58 -08:00
noise_test.go brontide: implement handshake versioning enforcement per the spec 2016-11-30 19:11:58 -08:00
noise.go brontide: switch to using libsecp256k1's public ECDH API 2016-12-12 15:56:42 -08:00