Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatorTestResults ¶
type AggregatorTestResults struct {
InputsHash *big.Int
Process circuits.Process[*big.Int]
Votes []*state.Vote
}
AggregatorTestResults struct includes relevant data after AggregatorCircuit inputs generation
type VoteVerifierTestResults ¶
type VoteVerifierTestResults struct {
InputsHashes []*big.Int
EncryptionPubKey circuits.EncryptionKey[*big.Int]
Addresses []*big.Int
Weights []*big.Int
ProcessID *big.Int
CensusOrigin types.CensusOrigin
CensusRoot *big.Int
Ballots []elgamal.Ballot
VoteIDs []types.VoteID
}
VoteVerifierTestResults struct includes relevant data after VerifyVoteCircuit inputs generation
Click to show internal directories.
Click to hide internal directories.