rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Tobin C. Harding c34e3cc7cc
Re-write size/weight API
Recently we introduced a bug in the weight/size code, while
investigating I found that our `Transaction`/`Block` weight/size APIs
were in a total mess because:

- The docs were stale
- The concept of weight (weight units) and size (bytes) were mixed up

I audited all the API functions, read some bips (141, 144) and re-wrote
the API with the following goals:

- Use terminology from the bips
- Use abstractions that mirror the bips where possible
2023-09-25 08:25:49 +10:00
..
bitcoin Re-write size/weight API 2023-09-25 08:25:49 +10:00
hashes fuzz: don't fuzz hashes against RustCrypto 2023-04-27 00:24:53 +00:00