Releases: Election-Tech-Initiative/electionguard-cpp
Releases · Election-Tech-Initiative/electionguard-cpp
Release 1.0.1
What's Changed
- Add replacement for accented characters to language class by @SteveMaier-IRT in #333
Full Changelog: v0.1.18...v1.0.1
Release 1.0.0
v1.0.0 Removed the use of the size of data returned from the C++ just use no…
Release 0.1.18
What's Changed
- Removed the use of the size of data returned from the C++ just use no… by @SteveMaier-IRT in #331
Full Changelog: v0.1.17...v0.1.18
Release 0.1.17
Release 0.1.16
What's Changed
- Remove unzip command for non-existant sample-data.zip file by @awaistanveer in #321
- change to use version 1.0 of the sample data by @SteveMaier-IRT in #323
- Change to newest json lib 3.11.2 by @SteveMaier-IRT in #327
New Contributors
- @awaistanveer made their first contribution in #321
Full Changelog: v0.1.15...v0.1.16
Release 0.1.15
What's Changed
- Fixed party name serialization by @SteveMaier-IRT in #309
- Setup default value for votes_allowed to match the number_elected by @SteveMaier-IRT in #312
- For null string values for candidate and party, set them to an empty … by @SteveMaier-IRT in #313
- Validate that n of m elections are encrypting and decrypting correctly by @lprichar in #315
- Updated doc test version by @MatthewRatzell in #314
- When creating placeholders set the IsPlaceholder to true. by @SteveMaier-IRT in #317
- Change string handling to use begin and end instead of front by @SteveMaier-IRT in #318
Full Changelog: v0.1.14...v0.1.15
Release 0.1.14
What's Changed
- Updating release workflow with VS2022 by @SteveMaier-IRT in #303
-
- Added checks for the election type and defaulting the VotesAllowed … by @SteveMaier-IRT in #305
-
- Add checks for the context and manifest matching manifesthash values by @SteveMaier-IRT in #306
Full Changelog: v0.1.13...v0.1.14
Release 0.1.13
What's Changed
- Fixed new constructor for the Manifest by @SteveMaier-IRT in #282
- Found places where arrays were serialized as null instead of as empty… by @SteveMaier-IRT in #284
- Add Constant value serialization by @SteveMaier-IRT in #287
- Fixed calling convention on nativeinterface calls by @SteveMaier-IRT in #289
- Fixed issue with party info having an issue serializing with null values by @SteveMaier-IRT in #293
- Feature/context config by @SteveMaier-IRT in #294
- Device issue by @MatthewRatzell in #290
- Story/128 cli by @lprichar in #295
- fix the serialization names by @SteveMaier-IRT in #299
- Fix/default fix by @SteveMaier-IRT in #301
Full Changelog: v0.1.12...v0.1.13
Release 0.1.12
Add support for using the 32 bit optimized HACL code. (#279) * Add support for using the 32 bit optimized HACL code. * Remove comment. * fixed allocation for alloca inside of loops * A bit of cleanup. Co-authored-by: Steve Maier <ysfred4@hotmail.com>
Release 0.1.11
What's Changed
- Add support to use precomputations when computing the constant chaum … by @jeffspel-crypto in #269
- Precompute hashed elgamal by @jeffspel-crypto in #271
- Lookup table mont by @jeffspel-crypto in #265
- Lookuptable mont entries by @jeffspel-crypto in #273
- A plus bc mod q redo by @jeffspel-crypto in #274
- Optimize elgamal encryption. by @jeffspel-crypto in #276
- update to version 0.1.11 by @SteveMaier-IRT in #277
Full Changelog: v0.1.10...v0.1.11