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 66b1df4036 tx: locktime should be 0. 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 Use libsecp256k1 instead of openssl for crypto. 9 years ago
base58.h Use libsecp256k1 instead of openssl for crypto. 9 years ago
privkey.h Use libsecp256k1 instead of openssl for crypto. 9 years ago
pubkey.c Use libsecp256k1 instead of openssl for crypto. 9 years ago
pubkey.h Move protobuf<->bitcoin converters out of bitcoin/ 9 years ago
script.c script: make DER for signature encoding optional. 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 Schnorr signature support. 9 years ago
signature.h signature: fix invalid S check. 9 years ago
tx.c tx: locktime should be 0. 9 years ago
tx.h tx: centralize transaction writing, append amounts for 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.