votingworks / electionguard-kotlin-multiplatform

An implementation of ElectionGuard version 2.0.0 in Kotlin.
MIT License
9 stars 5 forks source link

Consider separating protobuf from rest of electionguard #438

Closed JohnLCaron closed 10 months ago

JohnLCaron commented 10 months ago

Might be good to make protobuf support optional, to reduce footprint and dependencies.

One issue is that we are currently using protobuf to serialize ContestData. This always was a bit of a kludge; expected ms to have some spec by now, but no sign of it.

JohnLCaron commented 10 months ago

completed