1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
/*
This code is written by kerukuro and released into public domain.
*/
#include "hasher.hpp"
#include "algorithm/sha2.hpp"
#include "algorithm/sha3.hpp"
#include "algorithm/shake.hpp"
#include "algorithm/skein.hpp"
#include "algorithm/blake.hpp"
#include "algorithm/blake2.hpp"
#include "algorithm/groestl.hpp"
#include "algorithm/jh.hpp"
#include "algorithm/md5.hpp"
#include "algorithm/sha1.hpp"
#include "algorithm/sm3.hpp"
#include "algorithm/streebog.hpp"
#include "algorithm/whirlpool.hpp"
#include "algorithm/k12m14.hpp"
#include "algorithm/kupyna.hpp"
#include "algorithm/kmac.hpp"
|