rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 097e4e9c7f
Fix license on bip158 module
When we introduced the SPDX license blurb in [0] we incorrectly gave
attribution to Andrew when the original file author had the attribution
as "the rust-bitcoin developers". The original author [1] was Tamas
Blummer and he copied this code from code he wrote and explicitly
re-licenses it. In order to make the re-licensing comment a little
clearer and fix the mis-attribution use Tamas' name in the attribution.

[0] commit: `91ff2f628ce7db732d234a812e29fa8508f501a1 Introduce SPDX license identifiers`
[1] commit: `c93a70487f81a93c7d479ae046c75590d9fb7733 Add client side block filter (BIP158) (#281)`
2023-01-23 10:47:50 +11:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1537: Export the DisplayHex trait from within prelude 2023-01-16 15:21:33 +00:00
consensus Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00
crypto Merge rust-bitcoin/rust-bitcoin#1537: Export the DisplayHex trait from within prelude 2023-01-16 15:21:33 +00:00
merkle_tree Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00
network Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
psbt Merge rust-bitcoin/rust-bitcoin#1537: Export the DisplayHex trait from within prelude 2023-01-16 15:21:33 +00:00
util Move base58 module to crate root 2022-12-01 09:56:33 +11:00
address.rs Use marker type to enforce validation of `Address`'s network 2023-01-11 19:27:10 +08:00
amount.rs Add a rustdoc test to Denomination 2023-01-13 07:19:30 +11:00
base58.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
bip32.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
bip152.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
bip158.rs Fix license on bip158 module 2023-01-23 10:47:50 +11:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Patch hashes and update the code 2022-12-18 14:33:55 +01:00
internal_macros.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
lib.rs Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00
parse.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs pow: Add more mutation testing 2023-01-13 08:23:14 +11:00
serde_utils.rs Use marker type to enforce validation of `Address`'s network 2023-01-11 19:27:10 +08:00
sighash.rs Merge rust-bitcoin/rust-bitcoin#1537: Export the DisplayHex trait from within prelude 2023-01-16 15:21:33 +00:00
sign_message.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
string.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1537: Export the DisplayHex trait from within prelude 2023-01-16 15:21:33 +00:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00