-
We're [using `isoformat()` to produce a hash-able representation of the start and end datetimes](https://github.com/microsoft/electionguard-python/blob/e5c66332dedf116e5f905dcb84648ceef83a61f4/src/eleā¦
-
https://github.com/microsoft/electionguard-c/blob/2d9d55d2aea6302396ece6414516514998866c83/src/electionguard/bignum.c#L179-L181
The tabbing of these lines seems weird. Here they are in context.
ā¦
-
Right now, doesn't seem to work. Race names have parenthetical remarks in them that we're currently ignoring, but they actually tell us useful information, e.g., `(Vote For=3)`.
-
For many developers writing independent verifiers, this repository will be their first point of reference for information about how to begin their implementation. In another [repository](https://githuā¦
-
There were many news articles and a blog post about the February 18, 2020 ElectionGuard test in Fulton, Wisconsin, but nothing since. I've searched for a followup post about those results, or if Eleā¦
-
First, congrats on hitting the big "1.0.0" release. Now that you're on pypi.org, you don't have a project description.
https://pypi.org/project/electionguard/
It does correctly link to the homepā¦
-
Here's the code to deserialize a ProofUsage enum:
```
set_deserializer(
lambda usage_string, cls, **_: ProofUsage[usage_string], ProofUsage
)
```
You can't just use `ProofUsageā¦
-
While I'm happy with the latest option of the pypi package I think it would be an enhancement if you could add a virtual machine image. Something along the lines nextcloud does it on https://github.coā¦
-
## Generic Issue
The project description has a typo.
**Description**
ElectionGuard is a set of open source software components that can be used to create and publish end to end **veriable** eleā¦
-
## Bug Report
**Current Behavior**
`pow_mod_q` uses `p` rather than `q` in two places. Clearly a copy/paste error.
**Expected behavior/code**
```
void pow_mod_q(mpz_t res, const mpz_t base, cā¦