rust-bitcoin-unsafe-fast/bitcoin/examples
Riccardo Casatta 5c8933001c
Avoid serialize inner data in RawNetworkMessage
RawNetworkMessage keep the payload_len and its checksum in the struct, thus
is not needed to serialize the inner network message

pub in fields of both RawNetworkMessage and CheckedData are removed so that
invariant are preserved.
2023-07-26 08:34:49 +02:00
..
bip32.rs changing docs and examples to use reference to slice in `derive_pub` 2023-02-21 14:34:14 -03:00
ecdsa-psbt.rs Use Amount type for TxOut value field 2023-05-04 17:09:08 +02:00
handshake.rs Avoid serialize inner data in RawNetworkMessage 2023-07-26 08:34:49 +02:00
sighash.rs Added examples for sighash computations 2023-06-20 02:07:21 -07:00
taproot-psbt.rs Use from_int_btc function for const context 2023-06-13 11:32:58 +02:00