rust-bitcoin-unsafe-fast/hashes/src/sha256t
Andrew Poelstra a5d96ceb39
hashes: remove private `internal_new` method
This method is used to implement `from_byte_array`. But there is no need
for the method to exist. We can just inline it in `from_byte_array` and
reduce the amount of indirection in our macros.

Also make the same change in sha256t.
2025-05-05 17:00:13 +00:00
..
mod.rs hashes: remove private `internal_new` method 2025-05-05 17:00:13 +00:00