haskoin / haskoin-core

Haskoin Core is a Bitcoin and Bitcoin Cash library
MIT License
522 stars 94 forks source link

Remove dependency on deprecated cryptohash library. #351

Closed ovangle closed 6 years ago

ovangle commented 6 years ago

Hey, first of all thanks for the great work on the library, although I'm currently working from a local package install to get it working with 8.4.1... I had to widen constraints on either and entropy libraries in order to not get dependency conflicts with base.

Y'anyway... would it be possible to replace the SHA* and RIPEMD hashes with ones from cryptonite?

jprupp commented 6 years ago

Yes, this is being done at the moment on my personal development branch as well as @plaprade's. It will be merged once it is ready and sufficiently tested.