You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shuffle and decrypt protocols create a signature of the public key of the
node who did the shuffle/decrypt and put this signature in the block.
However, this signature is pretty useless, as it can easily be copied and re-used!
Fix: sign the actual data that is sent to the chain, if possible add the hash of the previous block to the data which is signed
The text was updated successfully, but these errors were encountered:
Added some security bugs found while adding the new functionalities.
They are here: #2507#2508#2509#2510
Also added some comments and fixed some typos.
The
shuffle
anddecrypt
protocols create a signature of the public key of thenode who did the shuffle/decrypt and put this signature in the block.
However, this signature is pretty useless, as it can easily be copied and re-used!
Fix: sign the actual data that is sent to the chain, if possible add the hash of the previous block to the data which is signed
The text was updated successfully, but these errors were encountered: