E-Voting Wasm Cryptography

The Sequent Voting Platform is an open-source E2EV internet voting system currently used in private organisations and non-legally binding elections of public organisations. The system employs standard cryptographic techniques following in the steps of well-established voting schemes proposed in the academic literature. We demo core cryptographic components that are being developed for the next generation […]
Plaintext Encoding in ElGamal

In cryptography, ElGamal is an asymmetric cryptosystem in which public and private keys are used to encrypt communication between two parties. ElGamal encryption plays a similar role to the more commonly known RSA and is easily adaptable to a variety of cryptographic groups, and is semantically secure provided that the DDH assumption holds. In the […]