-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ParameterBaseHash constant and Election Variable Add the ParameterBaseHash as a static member to the compiled code as well as to the CiphertextElectionContext as a serialized member since we must maintain compatibility with different elections using different parameters for this value. * Add Parameter Hash and sequence ordering to Schnorr proofs add parameter hash and sequence ordering to schnorr challenges and propagate the necessary dependencies down the stack * reimplement schnorr response calculation * Added comments to 2 methods to get rid of the linter issues since this file was touched in this PR * add xml comments * fixed spacing issue * fixing spacing issue * cleaned up linter warnings * Add back original constructor and test for missing parameter hash --------- Co-authored-by: SteveMaier-IRT <[email protected]> Co-authored-by: Steve Maier <[email protected]>
- Loading branch information
1 parent
47c52ae
commit 99ced18
Showing
28 changed files
with
749 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.