PlaintextSelection: remove sequenceOrder and replace extendedData with writeIn (string).
PlaintextContest: remove sequenceOrder.
Sorry for the flip-flop on this, but it seems that the sequence order field has, in fact, been removed from both plaintext selections and plaintext contests (microsoft/electionguard-python#641 and microsoft/electionguard#262). I've tried to adapt encrypt-async, but I'm not sure if it's correct.
PlaintextSelection
: removesequenceOrder
and replaceextendedData
withwriteIn
(string).PlaintextContest
: removesequenceOrder
.Sorry for the flip-flop on this, but it seems that the sequence order field has, in fact, been removed from both plaintext selections and plaintext contests (microsoft/electionguard-python#641 and microsoft/electionguard#262). I've tried to adapt
encrypt-async
, but I'm not sure if it's correct.