AddressXception
AddressXception
## Feature Request **Description** In a few places, there are unnecessary copy operations when moving between managed and unmanaged blocks of memory. For instance: - `Group.cs#ElementModP#NewNative` - `Ballot.cs#CompactCiphertextBallot#ctor` This request...
## Bug Report **Expected Behavior** international character sets are handled in utf-16 **Actual Behavior** when marshalling strings from c# to the native library, the character set is misinterpreted. likely due...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion some objects require a collection in their constructor and take ownership of...
Following the pattern in the Python repository, the repository should auto-generate documentation from markdown source on release. documentation should be published on release to an online instance so that developers...
As a user of electionguard I would like selection and contest proof generation and validation to be as fast as possible so that I can optimize my application for performance....
in a few fields, such as objectid it is possible to set a value of arbitrary length. these cases should have an explicit size limit. likely 256 characters for Id...
As a user I would like to validate the functionality of the random number generator using a statistical test method such as diehard so that I can be confident the...
**Description** In Group.cs there are a few places where the results that come from HACL* are offset to handle the limb layout. These valus could be precomputed and hard coded...
## Generic Issue - [ ] Ensure this issue is not a bug report or feature request **Description** A clear and concise description of the issue. **Possible Solution** **Additional context/Screenshots**...
**Description** This is the sibling issue to [the python issue](https://github.com/microsoft/electionguard-python/issues/227) currently, `elgamal.cpp#decrypt` only decrypts a zero or a one. this issue is to implement the dlog in the same way...