rust-bitcoin-unsafe-fast/src
Dr. Maxim Orlovsky 95cf9b0a44
Merge rust-bitcoin/rust-bitcoin#697: Use TapTweakHash::from_key_and_tweak() method in computing tweak for UntweakedPublicKey
5b21a9cb1f Use TapTweakHash method for computing tweak (Noah)

Pull request description:

  Quick follow up PR to #691 using a method from #677.

  ### Changes
  - Updated `UntweakedPublicKey::tap_tweak(...)` to use `TapTweakHash::from_key_and_tweak(...)`

ACKs for top commit:
  Kixunil:
    ACK 5b21a9cb1f
  dr-orlovsky:
    utACK 5b21a9cb1f

Tree-SHA512: d00455bba51981e9ec942a6cf69672666e227850d073b1fdcd92d2eb6ad553659fb2967aec2ce12d3ed109cee5fa125cdda649cddb25404f08adae2bfd3e19bb
2021-12-02 10:43:50 +02:00
..
blockdata Use expect for concensus_encode on sinks 2021-11-25 10:04:21 +11: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 Merge rust-bitcoin/rust-bitcoin#697: Use TapTweakHash::from_key_and_tweak() method in computing tweak for UntweakedPublicKey 2021-12-02 10:43:50 +02: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