#include "serialbox/core/hash/HashFactory.h"
#include "serialbox/core/Exception.h"
#include "serialbox/core/STLExtras.h"
#include "serialbox/core/hash/MD5.h"
#include "serialbox/core/hash/SHA256.h"
#include <sstream>
#include <iostream>
Go to the source code of this file.
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
This file contains the hash factory which constructs the different hash algorithms.
Definition in file HashFactory.cpp.