cryptotools.hpp File Reference

Allows other parts of the program to include only one file when using classes from the cryptotools library. More...

#include <cstdint>
#include <vector>
#include "sha/sha256.hpp"
#include "sha/sha384.hpp"
#include "sha/sha512.hpp"
#include "prg/prg.hpp"
#include "ro/ro.hpp"
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cryptoTools
 Contains cryptographic tools, namely implementations of the SHA-2 hashfunctions, a pseudo-random generator and a random oracle.

Detailed Description

Allows other parts of the program to include only one file when using classes from the cryptotools library.

Author
Léo Perrin
Date
Time-stamp: <2012-05-11 21:52:45 leo>

Definition in file cryptotools.hpp.