Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/guardian proof #432

Merged
merged 12 commits into from
Sep 25, 2023
Merged

Commits on Aug 14, 2023

  1. 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.
    AddressXception committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    01cc870 View commit details
    Browse the repository at this point in the history
  2. 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
    AddressXception committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    04ce1eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4b05bd View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    ef85847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe07a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Added comments to 2 methods to get rid of the linter issues since thi…

    …s file was touched in this PR
    SteveMaier-IRT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ac75ec7 View commit details
    Browse the repository at this point in the history
  2. add xml comments

    SteveMaier-IRT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    dd30047 View commit details
    Browse the repository at this point in the history
  3. fixed spacing issue

    SteveMaier-IRT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d56d4ab View commit details
    Browse the repository at this point in the history
  4. fixing spacing issue

    SteveMaier-IRT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    43e78d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9e4ad8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    49fdaea View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    cb04d39 View commit details
    Browse the repository at this point in the history