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 664916e815 bitcoin/test: fix up constant time test for secret_eq. 6 years ago
..
test bitcoin/test: fix up constant time test for secret_eq. 6 years ago
Makefile secret_eq: remove in favor of constant time variant. 6 years ago
README Fix typo. 9 years ago
address.h Makefile: generalize whitespace check. 8 years ago
base58.c wallet: Pass chainparams to address serialization 6 years ago
base58.h wallet: Pass chainparams to address serialization 6 years ago
block.c bitcoin: add formatting hook for printing bitcoin blockids 7 years ago
block.h Update ccan/structeq. 6 years ago
chainparams.c chainparams: Add p2pkh and p2sh versions to chinparams 6 years ago
chainparams.h chainparams: Add p2pkh and p2sh versions to chinparams 6 years ago
feerate.h bitcoin: expose feerate_floor. 6 years ago
locktime.c Remove unused functions not covered by unit tests 7 years ago
locktime.h Remove unused functions not covered by unit tests 7 years ago
preimage.h Update ccan/structeq. 6 years ago
privkey.c secret_eq: remove in favor of constant time variant. 6 years ago
privkey.h secret_eq: remove in favor of constant time variant. 6 years ago
pubkey.c pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 6 years ago
pubkey.h pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 6 years ago
pullpush.c Makefile: check for direct amount_sat/amount_msat access. 6 years ago
pullpush.h bitcoin: use amount_sat/amount_msat. 6 years ago
script.c pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 6 years ago
script.h signature: wrap almost all signatures in struct bitcoin_signature. 6 years ago
shadouble.c type_to_string: support sha256_double. 7 years ago
shadouble.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
short_channel_id.c wire: move short_channel formatting functions into bitcoin/short_channel_id 6 years ago
short_channel_id.h short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 6 years ago
signature.c wally: Migrate main daemon to use wally transactions 6 years ago
signature.h bitcoin/signature: implement SIGHASH_SINGLE|SIGHASH_ANYONECANPAY for segwit. 6 years ago
tx.c wally: Post-migration cleanups 6 years ago
tx.h wally: Post-migration cleanups 6 years ago
varint.c bitcoin/varint: fix varint reading for multibyte varints. 8 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.