Go to the documentation of this file.
17 using namespace elGamal;
24 std::cout<<
"ERROR: in ArrayOfCiphers(bt,c): bt is not a"
25 <<
"Node or is not of size 2.\nbt=";
43 std::cout<<
"ERROR: in ArrayOfCiphers(left,right), left"
44 <<
"and right are not of the same size."
45 <<
"\nleft.size()="<<left.
size()
46 <<
"\right.size()="<<right.
size()