ciphertext.hpp
Go to the documentation of this file.
1 
12 #ifndef _CIPHERTEXT_H_
13 #define _CIPHERTEXT_H_
14 
15 
16 #include "../arithm/arithm.hpp"
17 #include "../verifierutils/verifierutils.hpp"
18 
19 namespace elGamal {
20 
21 
22 // forward declaration
23 class CipherGroup;
24 
25 
31 {
32 private:
37 
42 
43 public:
49 
54 
60 
65 
70 
71 };
72 
73 } // closing namespace
74 
75 #endif