Typo: fix typo in documentation

mixer
Hai Brenner 2016-08-11 13:36:09 +03:00
parent 6b512e078b
commit f2ea4b5d15
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import java.util.Random;
/**
* implements of Mix2ZeroKnowledgeProver interface
* this implantation assumes that each RerandomizableEncryptedMessage is ElGamalCiphertext
* this implementation assumes that each RerandomizableEncryptedMessage is ElGamalCiphertext
*/
public class Prover implements Mix2ZeroKnowledgeProver {