Action points
These points have to be completed step by step:
PS. Here is copy of the original issue opening post:
It seems util::endian https://github.com/rust-bitcoin/rust-bitcoin/blob/master/src/util/endian.rs is is just a copy-paste from https://github.com/rust-bitcoin/bitcoin_hashes/blob/master/src/util.rs#L149-L210
Is there any specific reason of doing that or just a mistake? Why not to export functions from bitcoin_hashes and import them at rust-bitcoin?
Action points
These points have to be completed step by step:
PS. Here is copy of the original issue opening post:
It seems
util::endianhttps://github.com/rust-bitcoin/rust-bitcoin/blob/master/src/util/endian.rs is is just a copy-paste from https://github.com/rust-bitcoin/bitcoin_hashes/blob/master/src/util.rs#L149-L210Is there any specific reason of doing that or just a mistake? Why not to export functions from
bitcoin_hashesand import them at rust-bitcoin?