Currently we are using a type alias for the `hash160::HashEngine`. Type alias' allow for potential mixing of types, a `hash160::HashEngine` struct can better serve our users with not much additional complexity or maintenance burden. As we did for the `sha256d::HashEngine`, add a new wrapper type `hash160::HashEngine` that replaces the current type alias. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml | ||
build.rs |