rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Tobin C. Harding 7819e50055
Move Block to primitives
On the way re-design the API by doing:

- Introduce `Checked` and `Unchecked` tags
- Rename the `txdata` field to `transactions`
- Make the `Block` fields private
- Add getters for `header` and `transactions` fields
- Move the various `compute_` methods to be free standing functions
- Make the `check_` functions private
- Introduce extension traits
2024-11-15 07:16:21 +11:00
..
bitcoin Move Block to primitives 2024-11-15 07:16:21 +11:00
hashes Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
units Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00