Use bitcoin_hashes' Ripemd160/Hash160 from rust-crypto+rust-bitcoin
authorMatt Corallo <git@bluematt.me>
Thu, 13 Dec 2018 21:23:22 +0000 (16:23 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Dec 2018 01:02:36 +0000 (20:02 -0500)
commit8e07259326eb240b3a483db34eb66d7b204397f3
treeb3d06ee3a6d5dd719350dad02663248e7cb90455
parentf1e400f142c3411b229b108587401c45a5f51cc8
Use bitcoin_hashes' Ripemd160/Hash160 from rust-crypto+rust-bitcoin

Note that this requires rewriting full_stack_target tests, which
sucks, but it does let the fuzzer hit more stuff since the real
ripemd160 isn't ever actually called anymore.
fuzz/fuzz_targets/full_stack_target.rs
src/chain/keysinterface.rs
src/ln/chan_utils.rs
src/ln/channel.rs
src/ln/channelmonitor.rs