Provides bitcoin-specific convenience functions and types
Go to file
2021-09-11 20:49:56 -07:00
.github/workflows renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
base58 renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
bech32 renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
bloom renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
coinset renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
gcs renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
hdkeychain renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
psbt remove psbt/go.sum as well 2021-09-11 20:49:56 -07:00
txsort renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
.gitignore Initial commit. 2013-05-28 17:20:28 -05:00
address.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
address_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
amount.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
amount_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
appdata.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
appdata_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
block.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
block_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
certgen.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
certgen_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
const.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
cov_report.sh Initial implementation. 2013-05-28 18:21:26 -05:00
doc.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
example_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
go.mod renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
go.sum renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
goclean.sh build: replace travis with github ci 2020-10-26 09:48:59 -04:00
hash160.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
internal_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
LICENSE gcs: add package for building and using Golomb-coded set filters 2018-05-15 19:14:18 -07:00
net.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
net_noop.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
README.md renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
tx.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
tx_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
wif.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
wif_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00

lbcutil

ISC License

Package lbcutil provides convenience functions and types. This package was developed for btcd, an alternative full-node implementation of bitcoin which is under active development by Conformal. Although it was primarily written for btcd, this package has intentionally been designed so it can be used as a standalone package for any projects needing the functionality provided. It has been modified to support lbcd.