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 9aa0eac814 bitcoin: hand in a secp256k1_context to all routines. 9 years ago
..
README Fix typo. 9 years ago
address.c source cleanup: sort include lines into alpha order 9 years ago
address.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
base58.c bitcoin: hand in a secp256k1_context to all routines. 9 years ago
base58.h bitcoin: hand in a secp256k1_context to all routines. 9 years ago
locktime.c locktime: complete the set of conversion functions. 9 years ago
locktime.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
privkey.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
pubkey.c bitcoin: hand in a secp256k1_context to all routines. 9 years ago
pubkey.h bitcoin: hand in a secp256k1_context to all routines. 9 years ago
script.c bitcoin: hand in a secp256k1_context to all routines. 9 years ago
script.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
shadouble.c bitcoin: use ccan/mem instead of rolling own check_mem function. 9 years ago
shadouble.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
signature.c bitcoin: hand in a secp256k1_context to all routines. 9 years ago
signature.h bitcoin: hand in a secp256k1_context to all routines. 9 years ago
tx.c bitcoin: use a length arg to bitcoin_tx_from_hex 9 years ago
tx.h bitcoin: use a length arg to bitcoin_tx_from_hex 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.