Files
lightning/bitcoin
Rusty Russell c6997f15c7 bitcoin/preimage: struct preimage.
We had a hack for 'struct rval' in protobuf_convert.h; make an
explicit header and put it in bitcoin/preimage.h.  It's not really
bitcoin-specific, but it's better than having bitcoin/script depend on
an external header.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-02-02 14:48:00 +10:30
..
2017-01-05 12:11:18 +10:30
2017-02-02 14:48:00 +10:30
2017-01-25 11:03:55 +10:30
2017-01-25 11:03:55 +10:30
2015-06-25 13:48:05 +09:30
2017-02-02 11:10:00 +10: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.