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.
 
 
 
 
 
 
Christian Decker 9f846925b3 bitcoin: Add comparison between pubkeys 8 years ago
..
test bitcoin/pullpush.[ch]: expose bitcoin-style marshal/unmarshal. 8 years ago
Makefile test: make generic driver for unit tests. 8 years ago
README Fix typo. 10 years ago
address.h misc: remove some unused functions. 9 years ago
base58.c Use global secp256k1_ctx instead of passing it around. 8 years ago
base58.h Use global secp256k1_ctx instead of passing it around. 8 years ago
block.c bitcoin/pullpush.[ch]: expose bitcoin-style marshal/unmarshal. 8 years ago
block.h bitcoind: use correct endianness for block hashes. 9 years ago
locktime.c Remove trailing whitespace from source. 8 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: Add comparison between pubkeys 8 years ago
pubkey.h bitcoin: Add comparison between pubkeys 8 years ago
pullpush.c bitcoin/pullpush.[ch]: expose bitcoin-style marshal/unmarshal. 8 years ago
pullpush.h bitcoin/pullpush.[ch]: expose bitcoin-style marshal/unmarshal. 8 years ago
script.c Use global secp256k1_ctx instead of passing it around. 8 years ago
script.h Use global secp256k1_ctx instead of passing it around. 8 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 Use global secp256k1_ctx instead of passing it around. 8 years ago
signature.h Use global secp256k1_ctx instead of passing it around. 8 years ago
tx.c Remove trailing whitespace from source. 8 years ago
tx.h bitcoin/pullpush.[ch]: expose bitcoin-style marshal/unmarshal. 8 years ago
varint.c bitcoin/varint: fix varint reading for multibyte varints. 9 years ago
varint.h varint: new file. 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.