rust-secp256k1-unsafe-fast/api
Tobin C. Harding 9f28cf6ad0
Deprecate ThirtyTwoByteHash
The implementations of `ThirtyTwoByteHash` for types from the `hashes`
crate are problematic during upgrades because both `bitcoin` and
`secp256k1` depend on `hashes` and when the versions of `hashes` get
out of sync usage of the trait breaks.

Deprecate the `ThirtyTwoByteHash` trait and remove the impls for types
from `bitcoin_hashes`.

Add an explanation in the changelog because its too long to go in the
deprecation message.
2024-04-02 11:11:29 +11:00
..
all-features.txt Deprecate ThirtyTwoByteHash 2024-04-02 11:11:29 +11:00
alloc.txt Update the API files 2024-03-27 11:16:36 +11:00
default-features.txt Update the API files 2024-03-27 11:16:36 +11:00
global-context.txt Update the API files 2024-03-27 11:16:36 +11:00
no-default-features.txt Update the API files 2024-03-27 11:16:36 +11:00