AddressXception

Results 25 issues of 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...

enhancement
help wanted
hacktoberfest

## 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...

bug
code owner only

### 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...

enhancement
triage

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...

documentation
enhancement
good first issue
hacktoberfest

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....

enhancement
code owner only
triage

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...

enhancement
help wanted
hacktoberfest

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...

enhancement
help wanted
hacktoberfest
triage

**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...

enhancement
code owner only
triage

## 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**...

bug
good first issue
help wanted
hacktoberfest
triage

**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...

enhancement
good first issue
help wanted
hacktoberfest