Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove impls of ThirtyTwoByteHash for
hashes
types
These impls make using secp with hashes and bitcoin difficult during upgrade, or if different versions of the libs get pulled in for any reason. Since we do not use these impls in `rust-bitcoin` (we implement the trait manually for sighash types) lets just remove them for now. Note the implementations were a previous attempt at fixing this problem, we refereed to it as the "dependency hole" because secp the repository is outside of `rust-bitcoin` repo but `hashes` and `bitcoin` are in it. Close: #673
- Loading branch information