rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding a51768af3f
key: Deprecate to_bytes
As we have been doing in other places deprecate `to_bytes` in favour of
`to_vec`. Note this is only for functions that return a `Vec`, the `key`
module has `CompressedKey::to_bytes` still as it returns an array.
2024-11-01 07:10:41 +11:00
..
ecdsa.rs Revert the change to to_bytes 2024-11-01 07:09:11 +11:00
key.rs key: Deprecate to_bytes 2024-11-01 07:10:41 +11:00
mod.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
sighash.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
taproot.rs Revert the change to to_bytes 2024-11-01 07:09:11 +11:00