Joystream / substrate-node-joystream

Joystream Full Node
https://www.joystream.org
GNU General Public License v3.0
15 stars 16 forks source link

Election: Add upper bound on size of salt array #8

Closed mnaamani closed 5 years ago

mnaamani commented 5 years ago

When revealing a vote, the salt parameter in reveal_vote() is a Vec<u8>. If a good secure random salt is generated on the client side, 32 Bytes should be more than adequate.

siman commented 5 years ago

It makes sense to put such upper bounds to parameters

mnaamani commented 5 years ago

done in #15