verification.hpp File Reference

Contains the declaration of the Verification virtual class. More...

#include <vector>
#include <string>
#include <iostream>
#include <gmp.h>
#include <gmpxx.h>
#include "../verifierutils/verifierutils.hpp"
#include "../cryptotools/cryptotools.hpp"
#include "../arithm/arithm.hpp"
#include "../xmlconfig/xmlconfig.hpp"
#include "../elgamal/elgamal.hpp"
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  proofs::Verification
 Provides an interface every verification we want to perform must implement. More...

Namespaces

namespace  proofs
 Implements all the proof a verificatum verifier must perform.

Detailed Description

Contains the declaration of the Verification virtual class.

Author
Léo Perrin
Date
Time-stamp: <2012-09-01 18:57:21 leo>
See Also
verification.cpp

Definition in file verification.hpp.