rgb-cln/lightningd/handshake
Rusty Russell b99c5620ef struct secret: use everywhere.
We alternated between using a sha256 and using a privkey, but there are
numerous places where we have a random 32 bytes which are neither.

This fixes many of them (plus, struct privkey is now defined in terms of
struct secret).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-05-09 11:43:35 +09:30
..
test struct secret: use everywhere. 2017-05-09 11:43:35 +09:30
Makefile lightningd: fix shachain to be 48-bits, with hack for legacy. 2017-04-01 23:59:46 +10:30
handshake.c struct secret: use everywhere. 2017-05-09 11:43:35 +09:30
handshake_wire.csv tools/generate-wire.py: allow typename instead of type sizes. 2017-03-16 14:35:25 +10:30