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"
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. |
Allows other parts of the program to include only one file when using classes from the cryptotools library.
Definition in file cryptotools.hpp.