rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding f31fb08651
Remove default impl from transaction version
There is no logical default for the transaction version number, there is
only pre-bip68 (v1) and post-bip68 (v2). Uses should specify the version
they want not rely on us making the choice.

(I originally added this impl to support testing, this was in hindsight
the wrong thing to do, props to Sanket for noticing.)
2023-09-25 05:51:24 +10:00
..
ecdsa.rs Do trivial rustdoc improvements 2023-08-01 16:30:21 +10:00
key.rs Merge rust-bitcoin/rust-bitcoin#1914: Move type definitions of pubkey/script hash types 2023-08-02 13:57:39 +00:00
mod.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
sighash.rs Remove default impl from transaction version 2023-09-25 05:51:24 +10:00
taproot.rs Use defensive documentation 2023-08-01 16:30:17 +10:00