deepsource-autofix[bot] 87e6c3e343 Format code with black, gofmt, yapf, autopep8, isort, standardrb, standardjs, prettier and rubocop 3 years ago
..
base58 f8d4108d44 Restyled by prettier-markdown 3 years ago
bech32 a0a29f9570 multi: Appease linters, update documentation, etc. 3 years ago
bloom 283823059a mainline/decred: apply code style best practices 3 years ago
coinset f8d4108d44 Restyled by prettier-markdown 3 years ago
er 276fd5143c WIP push before 3-way merge. 3 years ago
gcs 283823059a mainline/decred: apply code style best practices 3 years ago
hdkeychain dde4805565 Add AMD64 highly parallel optimized SHA-256 hash 3 years ago
psbt 781f99f370 Remove unnecessary use of slice 3 years ago
sha1 87e6c3e343 Format code with black, gofmt, yapf, autopep8, isort, standardrb, standardjs, prettier and rubocop 3 years ago
txsort f8d4108d44 Restyled by prettier-markdown 3 years ago
util fd21d0cf37 er.R-ifying lnd, work in progress 3 years ago
README.md a0a29f9570 multi: Appease linters, update documentation, etc. 3 years ago
address.go a0a29f9570 multi: Appease linters, update documentation, etc. 3 years ago
address_test.go 283823059a mainline/decred: apply code style best practices 3 years ago
amount.go b7de929893 Fix up uses of UnitsPerCoin to use correct types 3 years ago
amount_test.go 30fbbb6185 Moved all uses of units per coin to per-chain variables rather than constants 4 years ago
appdata.go eb19613336 pktd builds with new error system 4 years ago
appdata_test.go 441f34016b Tests all fixed up except for the wallet 4 years ago
block.go 9c360cd614 Fix OutOfRangeError bound check in block.Tx method 3 years ago
block_test.go 9c360cd614 Fix OutOfRangeError bound check in block.Tx method 3 years ago
certgen.go 243e9bdea7 btcutil/certgen: Simplify expression > method call 3 years ago
certgen_test.go 441f34016b Tests all fixed up except for the wallet 4 years ago
doc.go a4b3b1915e Moved btcutil into pktd in order to simplify development process, nothing has been connected, this patch is identical to a copy of all non-hidden files from the btcutil repo at state 865c5b327429b5fffb7b778fe10700ba8330b0a9 4 years ago
example_test.go 283823059a mainline/decred: apply code style best practices 3 years ago
hash160.go dde4805565 Add AMD64 highly parallel optimized SHA-256 hash 3 years ago
internal_test.go 283823059a mainline/decred: apply code style best practices 3 years ago
net.go eb19613336 pktd builds with new error system 4 years ago
net_noop.go 952c6ec469 Split off txscript error to it's own package 4 years ago
test_test.go 441f34016b Tests all fixed up except for the wallet 4 years ago
tx.go 952c6ec469 Split off txscript error to it's own package 4 years ago
tx_test.go 441f34016b Tests all fixed up except for the wallet 4 years ago
wif.go eb19613336 pktd builds with new error system 4 years ago
wif_test.go 283823059a mainline/decred: apply code style best practices 3 years ago

README.md

btcutil

ISC License

Package btcutil provides bitcoin-specific convenience functions and types.

This package was developed for btcd and adapted to pktd, intentionally designed so it can be used as a standalone package for any projects needing the functionality provided.

License

Package btcutil is licensed under the Copyfree ISC License.