rust-bitcoin-unsafe-fast/bitcoin/src/taproot
Andrew Poelstra 2f7d6451f8
Merge rust-bitcoin/rust-bitcoin#2392: Add functionality to serialize signatures to a writer
3cfd746bbc Add functionality to serialize signatures to a writer (Tobin C. Harding)

Pull request description:

  Serializing the ecdsa and taproot `Signature` straight to a writer is a useful thing to be able to do.

  Add `to_writer` to both `SerializedSignature`s and also to the `Signature`s (calling through to `SerializedSignature`).

  Remove TODO comments from code.

ACKs for top commit:
  Kixunil:
    ACK 3cfd746bbc

Tree-SHA512: 82eb6d42c7b327cdfe5e89348890e45ea39c664420f7ea17d7826a5c388c7aaae917b1334e3f3df645fc4a81a11b59d97c7d6958e99077fbd67193e2a588f2eb
2024-01-24 21:35:47 +00:00
..
merkle_branch.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
mod.rs Use KnowHrp instead of Network 2024-01-23 16:53:05 +11:00
serialized_signature.rs Add functionality to serialize signatures to a writer 2024-01-24 13:02:08 +11:00