Skip to content
Snippets Groups Projects
Commit 69683a68 authored by Ben Adida's avatar Ben Adida
Browse files

fixed datatype to return randomness properly

parent cab42f7a
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class EncryptedAnswerWithRandomness(LegacyObject):
'choices': arrayOf('legacy/EGCiphertext'),
'individual_proofs': arrayOf('legacy/EGZKDisjunctiveProof'),
'overall_proof' : 'legacy/EGZKDisjunctiveProof',
'randomness' : 'core/BigInteger'
'randomness' : arrayOf('core/BigInteger')
}
class EncryptedVote(LegacyObject):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment