Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 325 Bytes

Hash-ElGamal in Java


This is a Java implementation of the Hash-ElGamal cryptosystem, which is a partially homomorphic encryption.

It supports adding a mask on the ciphertext.

Reference:

  1. B. Chevallier-Mames, P. Paillier, and D. Pointcheval. Encoding-free ElGamal encryption without random oracles. In PKC, 2006.