Files
lightning/bitcoin
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen().
tal_count() is used where there's a type, even if it's char or u8, and
tal_bytelen() is going to replace tal_len() for clarity: it's only needed
where a pointer is void.

We shim tal_bytelen() for now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-30 11:31:17 +02:00
..
2018-07-04 23:57:00 +02:00
2018-05-03 14:09:50 +02:00
2018-06-21 13:43:32 +02:00
2018-06-21 13:43:32 +02:00
2018-07-04 23:57:00 +02:00
2018-07-04 23:57:00 +02:00
2015-06-25 13:48:05 +09:30
2018-07-04 23:57:00 +02:00
2018-07-04 23:57:00 +02:00
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.