decred / atomicswap

On-chain atomic swaps for Decred and other cryptocurrencies.
https://blog.decred.org/2017/09/20/On-Chain-Atomic-Swaps/
ISC License
508 stars 231 forks source link

Switch from RIPEMD160 to SHA256 secret hashes. #48

Closed jrick closed 6 years ago

jrick commented 6 years ago

OP_SHA256 is now available in Decred after the hard fork implementing it was voted in by stakeholders and the lock-in period after the vote has completed. Convert all of the atomic swap tools to use OP_SHA256 instead of the less secure OP_RIPEMD160.

Closes #40.

CockyCat commented 6 years ago

When will it be integrated into the wallet?