jar

io.gitlab.openchvote : algorithms

Maven & Gradle

Mar 02, 2023

algorithms · This module contains implementations of all pseudo-code algorithms contained in the CHVote Protocol Specification.

Table Of Contents

Latest Version

Download io.gitlab.openchvote : algorithms JAR file - Latest Versions:

All Versions

Download io.gitlab.openchvote : algorithms JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2.x
1.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window algorithms-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.openchvote.model.common

├─ ch.openchvote.model.common.BallotProof.class - [JAR]

├─ ch.openchvote.model.common.Confirmation.class - [JAR]

├─ ch.openchvote.model.common.ConfirmationProof.class - [JAR]

├─ ch.openchvote.model.common.CredentialProof.class - [JAR]

├─ ch.openchvote.model.common.ElectionCard.class - [JAR]

├─ ch.openchvote.model.common.ElectionCardData.class - [JAR]

├─ ch.openchvote.model.common.ElectionParameters.class - [JAR]

├─ ch.openchvote.model.common.ElectionResult.class - [JAR]

├─ ch.openchvote.model.common.ElectorateData.class - [JAR]

├─ ch.openchvote.model.common.Encryption.class - [JAR]

├─ ch.openchvote.model.common.Finalization.class - [JAR]

├─ ch.openchvote.model.common.PublicCredentials.class - [JAR]

├─ ch.openchvote.model.common.Query.class - [JAR]

├─ ch.openchvote.model.common.Response.class - [JAR]

ch.openchvote.algorithms.common.subalgorithms

├─ ch.openchvote.algorithms.common.subalgorithms.CheckBallotProof.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.CheckConfirmationProof.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenBallotProof.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenCommitmentChain.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenConfirmationProof.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenCredentials.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenPermutation.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenPermutationCommitment.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenPoints.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenPolynomial.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GenQuery.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GetAllPoints.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GetDefaultEligibility.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GetElectionCard.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GetEncodedSelections.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GetPoints.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GetValidityCredential.class - [JAR]

├─ ch.openchvote.algorithms.common.subalgorithms.GetYValue.class - [JAR]

ch.openchvote.model.general

├─ ch.openchvote.model.general.Ciphertext.class - [JAR]

├─ ch.openchvote.model.general.Signature.class - [JAR]

ch.openchvote.model.plain

├─ ch.openchvote.model.plain.Ballot.class - [JAR]

├─ ch.openchvote.model.plain.DecryptionProof.class - [JAR]

├─ ch.openchvote.model.plain.ElectionParameters.class - [JAR]

├─ ch.openchvote.model.plain.ElectionResult.class - [JAR]

├─ ch.openchvote.model.plain.KeyPairProof.class - [JAR]

├─ ch.openchvote.model.plain.ShuffleProof.class - [JAR]

├─ ch.openchvote.model.plain.VotingParameters.class - [JAR]

ch.openchvote.algorithms.writein.subalgorithms

├─ ch.openchvote.algorithms.writein.subalgorithms.CheckCNFProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.CheckWriteInProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GenCNFProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GenReEncryption.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GenWriteInEncryption.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GenWriteInProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GetEligibility.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GetEncodedWriteIns.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GetPartialDecryption.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GetWriteInIndices.class - [JAR]

├─ ch.openchvote.algorithms.writein.subalgorithms.GetWriteIns.class - [JAR]

ch.openchvote.algorithms.general

├─ ch.openchvote.algorithms.general.ByteArrayToInteger.class - [JAR]

├─ ch.openchvote.algorithms.general.ByteArrayToString.class - [JAR]

├─ ch.openchvote.algorithms.general.CheckSignature.class - [JAR]

├─ ch.openchvote.algorithms.general.GenCiphertext.class - [JAR]

├─ ch.openchvote.algorithms.general.GenRandomInteger.class - [JAR]

├─ ch.openchvote.algorithms.general.GenSchnorrKeyPair.class - [JAR]

├─ ch.openchvote.algorithms.general.GenSignature.class - [JAR]

├─ ch.openchvote.algorithms.general.GetChallenge.class - [JAR]

├─ ch.openchvote.algorithms.general.GetChallenges.class - [JAR]

├─ ch.openchvote.algorithms.general.GetGenerators.class - [JAR]

├─ ch.openchvote.algorithms.general.GetGroupParameters.class - [JAR]

├─ ch.openchvote.algorithms.general.GetPlaintext.class - [JAR]

├─ ch.openchvote.algorithms.general.GetPrimes.class - [JAR]

├─ ch.openchvote.algorithms.general.IntegerToByteArray.class - [JAR]

├─ ch.openchvote.algorithms.general.IntegerToString.class - [JAR]

├─ ch.openchvote.algorithms.general.RandomBytes.class - [JAR]

├─ ch.openchvote.algorithms.general.RecHash.class - [JAR]

├─ ch.openchvote.algorithms.general.SetBit.class - [JAR]

├─ ch.openchvote.algorithms.general.SetWatermark.class - [JAR]

├─ ch.openchvote.algorithms.general.StringToByteArray.class - [JAR]

├─ ch.openchvote.algorithms.general.StringToInteger.class - [JAR]

ch.openchvote.parameters.security

├─ ch.openchvote.parameters.security.BlockCipherParameters.class - [JAR]

├─ ch.openchvote.parameters.security.GGParameters.class - [JAR]

├─ ch.openchvote.parameters.security.HashParameters.class - [JAR]

├─ ch.openchvote.parameters.security.NIZKPParameters.class - [JAR]

├─ ch.openchvote.parameters.security.ZZPlusParameters.class - [JAR]

ch.openchvote.algorithms.common

├─ ch.openchvote.algorithms.common.CheckConfirmation.class - [JAR]

├─ ch.openchvote.algorithms.common.CheckCredentialProof.class - [JAR]

├─ ch.openchvote.algorithms.common.CheckInspectionCode.class - [JAR]

├─ ch.openchvote.algorithms.common.CheckParticipationCode.class - [JAR]

├─ ch.openchvote.algorithms.common.CheckVerificationCodes.class - [JAR]

├─ ch.openchvote.algorithms.common.GenConfirmation.class - [JAR]

├─ ch.openchvote.algorithms.common.GenCredentialProof.class - [JAR]

├─ ch.openchvote.algorithms.common.GenElectorateData.class - [JAR]

├─ ch.openchvote.algorithms.common.GenResponse.class - [JAR]

├─ ch.openchvote.algorithms.common.GetElectionCards.class - [JAR]

├─ ch.openchvote.algorithms.common.GetInspection.class - [JAR]

├─ ch.openchvote.algorithms.common.GetInspectionCode.class - [JAR]

├─ ch.openchvote.algorithms.common.GetParticipationCode.class - [JAR]

├─ ch.openchvote.algorithms.common.GetPointMatrix.class - [JAR]

├─ ch.openchvote.algorithms.common.GetPublicCredentials.class - [JAR]

├─ ch.openchvote.algorithms.common.GetVerificationCodes.class - [JAR]

ch.openchvote.algorithms.general.subalgorithms

├─ ch.openchvote.algorithms.general.subalgorithms.IsPrime.class - [JAR]

ch.openchvote.algorithms.plain

├─ ch.openchvote.algorithms.plain.CheckBallot.class - [JAR]

├─ ch.openchvote.algorithms.plain.CheckDecryptionProof.class - [JAR]

├─ ch.openchvote.algorithms.plain.CheckKeyPairProof.class - [JAR]

├─ ch.openchvote.algorithms.plain.CheckShuffleProof.class - [JAR]

├─ ch.openchvote.algorithms.plain.GenBallot.class - [JAR]

├─ ch.openchvote.algorithms.plain.GenDecryptionProof.class - [JAR]

├─ ch.openchvote.algorithms.plain.GenKeyPair.class - [JAR]

├─ ch.openchvote.algorithms.plain.GenKeyPairProof.class - [JAR]

├─ ch.openchvote.algorithms.plain.GenShuffle.class - [JAR]

├─ ch.openchvote.algorithms.plain.GenShuffleProof.class - [JAR]

├─ ch.openchvote.algorithms.plain.GetCombinedDecryptions.class - [JAR]

├─ ch.openchvote.algorithms.plain.GetDecryptions.class - [JAR]

├─ ch.openchvote.algorithms.plain.GetElectionResult.class - [JAR]

├─ ch.openchvote.algorithms.plain.GetEncryptions.class - [JAR]

├─ ch.openchvote.algorithms.plain.GetPublicKey.class - [JAR]

├─ ch.openchvote.algorithms.plain.GetVotes.class - [JAR]

├─ ch.openchvote.algorithms.plain.GetVotingParameters.class - [JAR]

ch.openchvote.algorithms.writein

├─ ch.openchvote.algorithms.writein.CheckBallot.class - [JAR]

├─ ch.openchvote.algorithms.writein.CheckDecryptionProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.CheckKeyPairProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.CheckShuffleProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.GenBallot.class - [JAR]

├─ ch.openchvote.algorithms.writein.GenDecryptionProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.GenKeyPairProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.GenKeyPairs.class - [JAR]

├─ ch.openchvote.algorithms.writein.GenShuffle.class - [JAR]

├─ ch.openchvote.algorithms.writein.GenShuffleProof.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetCombinedDecryptions.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetDecodedStrings.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetDecryptions.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetElectionResult.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetEncodedStrings.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetEncryptions.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetPublicKeys.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetVotes.class - [JAR]

├─ ch.openchvote.algorithms.writein.GetVotingParameters.class - [JAR]

ch.openchvote.algorithms

├─ ch.openchvote.algorithms.AlgorithmException.class - [JAR]

├─ ch.openchvote.algorithms.Precondition.class - [JAR]

ch.openchvote.algorithms.plain.subalgorithms

├─ ch.openchvote.algorithms.plain.subalgorithms.GenReEncryption.class - [JAR]

ch.openchvote.model.writein

├─ ch.openchvote.model.writein.AugmentedEncryption.class - [JAR]

├─ ch.openchvote.model.writein.Ballot.class - [JAR]

├─ ch.openchvote.model.writein.DecryptionProof.class - [JAR]

├─ ch.openchvote.model.writein.ElectionParameters.class - [JAR]

├─ ch.openchvote.model.writein.ElectionResult.class - [JAR]

├─ ch.openchvote.model.writein.KeyPairProof.class - [JAR]

├─ ch.openchvote.model.writein.MultiEncryption.class - [JAR]

├─ ch.openchvote.model.writein.ShuffleProof.class - [JAR]

├─ ch.openchvote.model.writein.VotingParameters.class - [JAR]

├─ ch.openchvote.model.writein.WriteIn.class - [JAR]

├─ ch.openchvote.model.writein.WriteInProof.class - [JAR]

ch.openchvote.parameters.usability

├─ ch.openchvote.parameters.usability.CodeParameters.class - [JAR]

├─ ch.openchvote.parameters.usability.CredentialParameters.class - [JAR]

├─ ch.openchvote.parameters.usability.WriteInsParameters.class - [JAR]