rust-bitcoin-unsafe-fast/src
Tobin Harding a6d3514f2b Return parity when doing tap_tweak
Currently we calculate the parity during `tap_tweak` but do not return
it, this means others must re-do work done inside `tap_tweak` in order
to calculate the parity. We can just return the parity along with the
tweaked key.
2021-12-10 11:45:58 +11:00
..
blockdata Implement `FusedIterator` for `Instructions` 2021-12-01 21:38:46 +01:00
consensus Use expect for concensus_encode on Vec 2021-11-25 10:07:25 +11:00
network Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
policy Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
util Return parity when doing tap_tweak 2021-12-10 11:45:58 +11:00
hash_types.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
internal_macros.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
lib.rs Merge pull request #689 from tcharding/module-rustdocs 2021-11-16 13:21:20 +01:00
serde_utils.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
test_macros.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00