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 fbe63124f6 Move DER encoding into bitcoin/signature.c 9 years ago
..
README Fix typo. 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 Move DER encoding into bitcoin/signature.c 9 years ago
script.h Move bitcoin stuff into bitcoin subdir. 9 years ago
shadouble.c Add valgrind memcheck helpers. 9 years ago
shadouble.h Sort include lines (ignoring hacky cli test utils). 9 years ago
signature.c Move DER encoding into bitcoin/signature.c 9 years ago
signature.h Move DER encoding into bitcoin/signature.c 9 years ago
tx.c tx: prepare for Elements Alpha. 9 years ago
tx.h tx: prepare for Elements Alpha. 9 years ago
valgrind.h Add valgrind memcheck helpers. 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 some I
wrote, many taken from bitcoin-iterate and pasted in here.