All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download JAR File for OpenCHVote Algorithm Implementation


Welcome to the download page for the OpenCHVote algorithm implementation. Here, you can easily access the JAR file containing the source code for OpenCHVote. Whether you are a developer or simply interested in exploring the algorithm, this download will provide you with the necessary files to get started. So, without further ado, let's proceed with the JAR file download for OpenCHVote.

Files of the artifact algorithms version 2.2.1 from the group io.gitlab.openchvote.

Artifact algorithms
Group io.gitlab.openchvote
Version 2.2.1
Last update 30. September 2024
Tags: algorithms contains contained protocol pseudocode module this specification implementations chvote
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies utilities,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of algorithms Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of algorithms version 2.2.1

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.io.gitlab.openchvote.algorithms
META-INF.maven.io.gitlab.openchvote.algorithms.META-INF.maven.io.gitlab.openchvote.algorithms.pom.properties
META-INF.maven.io.gitlab.openchvote.algorithms.META-INF.maven.io.gitlab.openchvote.algorithms.pom.xml
ch.openchvote.algorithms
ch.openchvote.algorithms.ch.openchvote.algorithms.Algorithm
ch.openchvote.algorithms.ch.openchvote.algorithms.AlgorithmService
ch.openchvote.algorithms.ch.openchvote.algorithms.JavaAlgorithmService
ch.openchvote.algorithms.general.algorithms
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.ByteArrayToInteger
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.ByteArrayToString
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.CheckSignature
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GenCiphertext
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GenRandomInteger
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GenSchnorrKeyPair
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GenSignature
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GetChallenge
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GetChallenges
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GetGenerators
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GetGroupParameters
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GetPlaintext
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.GetPrimes
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.IntegerToByteArray
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.IntegerToString
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.RandomBytes
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.RecHash
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.SetBit
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.SetWatermark
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.StringToByteArray
ch.openchvote.algorithms.general.algorithms.ch.openchvote.algorithms.general.algorithms.StringToInteger
ch.openchvote.algorithms.general.model
ch.openchvote.algorithms.general.model.ch.openchvote.algorithms.general.model.Ciphertext
ch.openchvote.algorithms.general.model.ch.openchvote.algorithms.general.model.GroupParameters
ch.openchvote.algorithms.general.model.ch.openchvote.algorithms.general.model.Signature
ch.openchvote.algorithms.general.subalgorithms
ch.openchvote.algorithms.general.subalgorithms.ch.openchvote.algorithms.general.subalgorithms.IsNotPrime
ch.openchvote.algorithms.general.subalgorithms.ch.openchvote.algorithms.general.subalgorithms.IsPrime
ch.openchvote.algorithms.parameters.security
ch.openchvote.algorithms.parameters.security.ch.openchvote.algorithms.parameters.security.BlockCipherParameters
ch.openchvote.algorithms.parameters.security.ch.openchvote.algorithms.parameters.security.GGParameters
ch.openchvote.algorithms.parameters.security.ch.openchvote.algorithms.parameters.security.HashParameters
ch.openchvote.algorithms.parameters.security.ch.openchvote.algorithms.parameters.security.NIZKPParameters
ch.openchvote.algorithms.parameters.security.ch.openchvote.algorithms.parameters.security.SecurityParameters
ch.openchvote.algorithms.parameters.security.ch.openchvote.algorithms.parameters.security.ZZPlusParameters
ch.openchvote.algorithms.parameters.usability
ch.openchvote.algorithms.parameters.usability.ch.openchvote.algorithms.parameters.usability.CodeParameters
ch.openchvote.algorithms.parameters.usability.ch.openchvote.algorithms.parameters.usability.CredentialParameters
ch.openchvote.algorithms.parameters.usability.ch.openchvote.algorithms.parameters.usability.UsabilityParameters
ch.openchvote.algorithms.parameters.usability.ch.openchvote.algorithms.parameters.usability.WriteInsParameters
ch.openchvote.algorithms.protocols.common.algorithms
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.CheckConfirmation
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.CheckCredentialProof
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.CheckInspectionCode
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.CheckParticipationCode
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.CheckVerificationCodes
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GenConfirmation
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GenCredentialProof
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GenElectorateData
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GenKeyPair
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GenResponse
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GetElectionCards
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GetInspection
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GetInspectionCode
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GetParticipationCode
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GetPointMatrix
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GetPublicCredentials
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GetPublicKey
ch.openchvote.algorithms.protocols.common.algorithms.ch.openchvote.algorithms.protocols.common.algorithms.GetVerificationCodes
ch.openchvote.algorithms.protocols.common.model
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.BallotProof
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.Confirmation
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.ConfirmationProof
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.CredentialProof
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.ElectionCard
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.ElectionCardData
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.ElectionParameters
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.ElectionResult
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.ElectorateData
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.Encryption
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.EventSetup
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.Finalization
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.KeyPair
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.Point
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.PublicCredentials
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.Query
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.Response
ch.openchvote.algorithms.protocols.common.model.ch.openchvote.algorithms.protocols.common.model.SystemParties
ch.openchvote.algorithms.protocols.common.subalgorithms
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.CheckBallotProof
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.CheckConfirmationProof
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenBallotProof
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenCommitmentChain
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenConfirmationProof
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenCredentials
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenPermutation
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenPermutationCommitment
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenPoints
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenPolynomial
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GenQuery
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GetAllPoints
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GetElectionCard
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GetPointVector
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GetValidityCredential
ch.openchvote.algorithms.protocols.common.subalgorithms.ch.openchvote.algorithms.protocols.common.subalgorithms.GetYValue
ch.openchvote.algorithms.protocols.plain.algorithms
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.CheckBallot
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.CheckDecryptionProof
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.CheckKeyPairProof
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.CheckShuffleProof
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GenBallot
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GenDecryptionProof
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GenKeyPairProof
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GenShuffle
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GenShuffleProof
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GetCombinedDecryptions
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GetDecryptions
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GetElectionResult
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GetEncryptions
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GetVotes
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.GetVotingParameters
ch.openchvote.algorithms.protocols.plain.algorithms.ch.openchvote.algorithms.protocols.plain.algorithms.VerifyElection
ch.openchvote.algorithms.protocols.plain.model
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.Ballot
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.DecryptionProof
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.ElectionParametersPlain
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.ElectionResultPlain
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.KeyPairProof
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.PublicDataAdministrator
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.PublicDataElectionAuthority
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.ShuffleProof
ch.openchvote.algorithms.protocols.plain.model.ch.openchvote.algorithms.protocols.plain.model.VotingParametersPlain
ch.openchvote.algorithms.protocols.plain.subalgorithms
ch.openchvote.algorithms.protocols.plain.subalgorithms.ch.openchvote.algorithms.protocols.plain.subalgorithms.GenReEncryption
ch.openchvote.algorithms.protocols.writein.algorithms
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.CheckBallot
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.CheckDecryptionProof
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.CheckKeyPairProof
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.CheckShuffleProof
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GenBallot
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GenDecryptionProof
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GenKeyPairProof
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GenKeyPairs
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GenShuffle
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GenShuffleProof
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GetCombinedDecryptions
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GetDecodedStrings
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GetDecryptions
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GetElectionResult
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GetEncryptions
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GetPublicKeys
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GetVotes
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.GetVotingParameters
ch.openchvote.algorithms.protocols.writein.algorithms.ch.openchvote.algorithms.protocols.writein.algorithms.VerifyElection
ch.openchvote.algorithms.protocols.writein.model
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.AugmentedEncryption
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.Ballot
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.DecryptionProof
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.ElectionParametersWriteIn
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.ElectionResultWriteIn
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.KeyPairProof
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.KeyPairs
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.MultiEncryption
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.PublicDataAdministrator
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.PublicDataElectionAuthority
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.ShuffleProof
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.VotingParametersWriteIn
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.WriteIn
ch.openchvote.algorithms.protocols.writein.model.ch.openchvote.algorithms.protocols.writein.model.WriteInProof
ch.openchvote.algorithms.protocols.writein.subalgorithms
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.CheckCNFProof
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.CheckWriteInProof
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GenCNFProof
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GenReEncryption
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GenWriteInEncryption
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GenWriteInProof
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GetEligibility
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GetEncodedStrings
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GetEncodedWriteIns
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GetPartialDecryption
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GetWriteInIndices
ch.openchvote.algorithms.protocols.writein.subalgorithms.ch.openchvote.algorithms.protocols.writein.subalgorithms.GetWriteIns
.module-info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy