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
be49a599bc
|
5 years ago | |
---|---|---|
.. | ||
test | 5 years ago | |
Makefile | 6 years ago | |
README | 10 years ago | |
address.h | 8 years ago | |
base58.c | 6 years ago | |
base58.h | 6 years ago | |
block.c | 5 years ago | |
block.h | 5 years ago | |
chainparams.c | 5 years ago | |
chainparams.h | 5 years ago | |
feerate.h | 7 years ago | |
locktime.c | 7 years ago | |
locktime.h | 7 years ago | |
preimage.h | 7 years ago | |
privkey.c | 6 years ago | |
privkey.h | 5 years ago | |
pubkey.c | 6 years ago | |
pubkey.h | 6 years ago | |
pullpush.c | 6 years ago | |
pullpush.h | 6 years ago | |
script.c | 5 years ago | |
script.h | 5 years ago | |
shadouble.c | 7 years ago | |
shadouble.h | 9 years ago | |
short_channel_id.c | 5 years ago | |
short_channel_id.h | 5 years ago | |
signature.c | 5 years ago | |
signature.h | 6 years ago | |
tx.c | 5 years ago | |
tx.h | 5 years ago | |
varint.c | 5 years ago | |
varint.h | 5 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.