Closed danwallach closed 2 years ago
In section 4.1.4, the v1.02 spec says that the is_write_in
field is a string
. It's supposed to be a boolean
, though, right?
Definitely should be a boolean. Please double-check the Microsoft Python code. If they've got a boolean, we'll go with it. If they've got a string, then we'll still go with boolean but also file a bug against them.
Meanwhile, I'm working on a hacl-wasm
fork, trying to integrate Microsoft's HACL-WASM, which promises significant performance improvements. Feel free to poke around, but right now, it's in a very fragile state.
Do we need codecs for the classes in submitted-ballot.ts
and plaintext-ballot.ts
? I'm working on the ballot-serialization
branch, by the way.
Yeah, we're going to need codecs for all that stuff. I'm meanwhile working on the main
branch and will soon be pushing a big chunk of new code to deal with encryption and decryption, plus a ton of tiny changes elsewhere. Please don't merge anything yet.
@Transform
annotations, e.g., in chaum-pedersen code)