kth-tcs/trustfull-demonstrator

Add input validation when submitting an encrypted vote

Opened this issue · 0 comments

Any encrypted vote that is submitted to the back-end shall be rejected if it cannot be parsed by bytetree.from_byte_array. Otherwise preparing the ciphertexts for the tally would fail at a later point.