rust-bitcoin-unsafe-fast/src
Arturo Marquez aeede12604
Infallible conversions: `Hash` -> `Message`
Replace all instances of
`secp256k1::Message::from_slice(_).expect(_)` with
`secp256k1::Message::from(_)`.

Also adds an implementation of ThirtyTwoByteHash for
TapSighashHash.

Solves https://github.com/rust-bitcoin/rust-bitcoin/issues/824
2022-07-21 11:26:53 -05:00
..
blockdata Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
consensus Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
network Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
util Infallible conversions: `Hash` -> `Message` 2022-07-21 11:26:53 -05:00
hash_types.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
internal_macros.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
lib.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
policy.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
serde_utils.rs Remove extern crate bitcoin_hashes 2022-07-20 11:23:59 +10:00
test_macros.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00