Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
HashFactory.cpp File Reference
#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.
 

Detailed Description

This file contains the hash factory which constructs the different hash algorithms.

Definition in file HashFactory.cpp.