rust-bitcoin-unsafe-fast/src
Noah Lanson 803b5fed8a P2TR address from untweaked public key
Ambiguous TweakedPublicKey and UntweakedPublicKey type aliases and methods to convert

Use structs for Untweaked and Tweaked key type

swap dangerous api to work on tweaked keys

remove unecessary allocations and rename methods

Use type alias for UntweakedPublicKey

TweakedPublicKey::new(...) method added

minor naming and doc changes
2021-11-11 14:36:56 +11:00
..
blockdata Refactor Script::bytes_to_asm_fmt to use iterator 2021-09-30 14:33:10 +02:00
consensus Merge rust-bitcoin/rust-bitcoin#628: Adds Taproot BIP341 signature message and create a unified sighash cache for legacy, segwit and taproot inputs 2021-09-15 17:47:17 +00:00
network Document cargo features 2021-09-14 12:24:57 +02:00
policy std -> core 2021-06-11 17:28:04 +02:00
util P2TR address from untweaked public key 2021-11-11 14:36:56 +11:00
hash_types.rs std -> core 2021-06-11 17:28:04 +02:00
internal_macros.rs Document cargo features 2021-09-14 12:24:57 +02:00
lib.rs Document lack of support for 16-bit pointers 2021-09-20 21:31:46 +02:00
serde_utils.rs no_std support 2021-07-15 09:04:49 +02:00
test_macros.rs Remove Decimal and replace strason with serde_json 2019-06-13 18:29:16 +01:00