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 08ae4a687d script: HTLC support. 10 years ago
..
README Fix typo. 10 years ago
address.c Switch over to CCAN's ripemd160. 10 years ago
address.h Switch over to CCAN's ripemd160. 10 years ago
base58.c Switch over to CCAN's ripemd160. 10 years ago
base58.h Switch over to CCAN's ripemd160. 10 years ago
privkey.h Use libsecp256k1 instead of openssl for crypto. 10 years ago
pubkey.c Use libsecp256k1 instead of openssl for crypto. 10 years ago
pubkey.h Move protobuf<->bitcoin converters out of bitcoin/ 10 years ago
script.c script: HTLC support. 10 years ago
script.h script: HTLC support. 10 years ago
shadouble.c Add valgrind memcheck helpers. 10 years ago
shadouble.h Sort include lines (ignoring hacky cli test utils). 10 years ago
signature.c signature: match alpha hashing bug for multiple inputs. 10 years ago
signature.h signature: fix invalid S check. 10 years ago
tx.c protocol: remove tx_version field. 10 years ago
tx.h protocol: remove tx_version field. 10 years ago
valgrind.h Add valgrind memcheck helpers. 10 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.