libxcks
0.1.0.1
|
Classes for enumerate and create all the checksums' algorithms that the application knows. More...
#include <boost/locale.hpp>
#include <cstring>
#include "libxcks/ckfactory.hpp"
#include "libxcks/defs.hpp"
#include "strutil.hpp"
#include "blake3.hpp"
#include "crc32.hpp"
#include "crc64.hpp"
#include "md2.hpp"
#include "md4.hpp"
#include "md5.hpp"
#include "rmd160.hpp"
#include "sha1.hpp"
#include "sha224_256.hpp"
#include "sha384_512.hpp"
#include "keccak.hpp"
#include "sm3.hpp"
#include "tiger.hpp"
#include "whirlpool.hpp"
Go to the source code of this file.
Classes | |
class | libxcks::ChecksumFactory::ChecksumEntry |
Represents an entry of the checksum or hash algorithms that the application knows. More... | |
Typedefs | |
typedef Checksum *() | libxcks::FnctGetChecksum() |
Pointer to a function which returns a pointer on a new instance of the Checksum class. More... | |
Classes for enumerate and create all the checksums' algorithms that the application knows.
Definition in file ckfactory.cpp.
typedef Checksum*() libxcks::FnctGetChecksum() |
Pointer to a function which returns a pointer on a new instance of the Checksum
class.
Definition at line 62 of file ckfactory.cpp.