You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rusty Russell 9f12b72476 Don't include mutual redemption in recovable commit tx output. 9 years ago
..
README Move bitcoin stuff into bitcoin subdir. 9 years ago
address.c Sort include lines (ignoring hacky cli test utils). 9 years ago
address.h Sort include lines (ignoring hacky cli test utils). 9 years ago
base58.c Sort include lines (ignoring hacky cli test utils). 9 years ago
base58.h Sort include lines (ignoring hacky cli test utils). 9 years ago
pubkey.c Sort include lines (ignoring hacky cli test utils). 9 years ago
pubkey.h Move protobuf<->bitcoin converters out of bitcoin/ 9 years ago
script.c Don't include mutual redemption in recovable commit tx output. 9 years ago
script.h Move bitcoin stuff into bitcoin subdir. 9 years ago
shadouble.c Move bitcoin stuff into bitcoin subdir. 9 years ago
shadouble.h Sort include lines (ignoring hacky cli test utils). 9 years ago
signature.c Sort include lines (ignoring hacky cli test utils). 9 years ago
signature.h Sort include lines (ignoring hacky cli test utils). 9 years ago
tx.c Sort include lines (ignoring hacky cli test utils). 9 years ago
tx.h Move bitcoin stuff into bitcoin subdir. 9 years ago

README

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 soe I
wrote, many taken from bitcoin-iterate and pasted in here.