rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Matt Corallo 5f2395ce56 Add missing `?Sized` bounds to `io::Write` parameters
Since we are no longer relying on the blanket `io::Write` impl for
`&mut io::Write`, we should now ensure that we do not require
`Sized` for our `io::Write` bounds, as its unnecessarily
restrictive and can no longer be worked around by simply adding an
`&mut`.
2023-11-07 05:50:51 +00:00
..
ecdsa.rs Use capital B for Bitcoin in rustdoc 2023-10-31 08:37:11 +11:00
key.rs Add missing `?Sized` bounds to `io::Write` parameters 2023-11-07 05:50:51 +00:00
mod.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
sighash.rs Add missing `?Sized` bounds to `io::Write` parameters 2023-11-07 05:50:51 +00:00
taproot.rs Upgrade the secp dependency 2023-10-10 10:04:31 +11:00