Files
lightning/bitcoin
Rusty Russell 289e39a0a3 bitcoin/pubkey: add pubkey_from_secret.
Really, we should have a 'struct point' since we don't use all points
as pubkeys.  But this is the minimal fix to avoid type cast nastiness.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-24 00:40:01 +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-06-18 12:31:09 +02:00
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.