rust-bitcoin-unsafe-fast/src/util
Dr Maxim Orlovsky 2d9de78725 Re-export all key types under `util::key`. Deprecate other exports. 2022-01-14 01:35:48 +01:00
..
psbt Change type of final script witness to Witness from Vec<Vec<u8>> 2022-01-11 21:11:18 +05:30
address.rs Update to secp256k1 0.21.2 2022-01-07 04:45:40 +05:30
amount.rs Merge rust-bitcoin/rust-bitcoin#731: Improve parsing of `Denomination` string 2021-12-27 10:17:40 +01:00
base58.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
bip32.rs Rename inner key field in PrivateKey and PublicKey 2022-01-11 08:39:52 +01:00
bip143.rs Merge rust-bitcoin/rust-bitcoin#672: New Witness struct to improve ser/de perfomance 2021-12-30 01:55:44 +02:00
bip158.rs Move bip158 test vectors to test_data 2022-01-06 13:47:58 +01:00
contracthash.rs Rename inner key field in PrivateKey and PublicKey 2022-01-11 08:39:52 +01:00
ecdsa.rs Rename inner key field in PrivateKey and PublicKey 2022-01-11 08:39:52 +01:00
endian.rs std -> core 2021-06-11 17:28:04 +02:00
hash.rs Remove testnet block hex from tests, use test_data with include_bytes! 2022-01-06 13:47:51 +01:00
key.rs Re-export all key types under `util::key`. Deprecate other exports. 2022-01-14 01:35:48 +01:00
merkleblock.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
misc.rs Fix warning about deprecated method use 2022-01-11 16:10:29 +01:00
mod.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
schnorr.rs Re-export all key types under `util::key`. Deprecate other exports. 2022-01-14 01:35:48 +01:00
sighash.rs wrap u8 and LeafVersion in backticks and square bracket in doc 2022-01-10 15:09:44 +07:00
taproot.rs Document that serde impl of LeafVersion uses u8 in consensus encoding 2022-01-13 17:53:50 +01:00
uint.rs Put rustdocs above attributes 2022-01-06 13:04:47 +11:00