Files
lightning/bitcoin
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
..
2017-01-05 12:11:18 +10:30
2017-05-09 11:43:35 +09:30
2017-02-02 14:48:00 +10:30
2017-05-09 11:43:35 +09:30
2017-05-09 11:43:35 +09:30
2017-01-25 11:03:55 +10:30
2015-06-25 13:48:05 +09:30
2017-05-09 11:43:35 +09:30
2016-04-12 13:07:03 +09:30

These are standard bitcoin manipulation routines which should be
provided by any normal bitcoin library in whatever language you choose.

The ones here are standalone ones taken from bitcoin core and some I
wrote, many taken from bitcoin-iterate and pasted in here.