Zerocoin / libzerocoin

Zerocoin: C++ lib for anonymous extension to bitcoin
http://zerocoin.org/
MIT License
177 stars 53 forks source link

Add tx metadata to SoK challenge hash. #17

Closed presstab closed 6 years ago

presstab commented 7 years ago

Currently libzerocoin ignores the transaction meta data that is supposed to be added to the Signature of Knowledge. This leaves zerocoin spend transactions susceptible to middle man/malleability attacks.

Adding the transaction hash to the SoK hash that the SoK challenge is based on should help prevent malleability.