rust-bitcoin-unsafe-fast/src/util
Andrew Ahlers 51fef76129 feat: Add Address.is_related_to_pubkey() 2022-03-06 20:30:22 +01:00
..
psbt Add a breaking test 2022-02-17 02:48:29 -08:00
address.rs feat: Add Address.is_related_to_pubkey() 2022-03-06 20:30:22 +01:00
amount.rs repalce unncessary extra closure with function pointer in starts_with_uppercase closure inside Denomination from_str 2022-01-14 21:07:43 +07:00
base58.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
bip32.rs Use write_all instead of write 2022-01-25 15:09:21 +01:00
bip143.rs Re-org keys and ecdsa mods - pt.1 2022-01-14 01:35:48 +01: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 Cleanup/Dedup psbt (De)Serialization code 2022-01-15 06:15:54 +05:30
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-org keys and ecdsa mods - pt.3 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: Error on unsuported addresses in `is_signed_by_address` 2022-02-09 23:06:22 +01:00
mod.rs Re-org keys and ecdsa mods - pt.3 2022-01-14 01:35:48 +01:00
schnorr.rs Use fn name to_ instead of into_ 2022-01-19 14:59:18 +11:00
sighash.rs Change Prevouts::All(&[TxOut]) to Prevouts::All(&[Borrow<T>]) 2022-02-17 04:45:42 -08:00
taproot.rs Use write_all instead of write 2022-01-25 15:09:21 +01:00
uint.rs Put rustdocs above attributes 2022-01-06 13:04:47 +11:00