digestpp
0.01
Experimental C++11 header-only message digest library.
digestpp.hpp
1
/*
2
This code is written by kerukuro and released into public domain.
3
*/
4
5
#
include
"hasher.hpp"
6
#
include
"algorithm/sha2.hpp"
7
#
include
"algorithm/sha3.hpp"
8
#
include
"algorithm/shake.hpp"
9
#
include
"algorithm/skein.hpp"
10
#
include
"algorithm/blake.hpp"
11
#
include
"algorithm/blake2.hpp"
12
#
include
"algorithm/groestl.hpp"
13
#
include
"algorithm/jh.hpp"
14
#
include
"algorithm/md5.hpp"
15
#
include
"algorithm/sha1.hpp"
16
#
include
"algorithm/sm3.hpp"
17
#
include
"algorithm/streebog.hpp"
18
#
include
"algorithm/whirlpool.hpp"
19
#
include
"algorithm/k12m14.hpp"
20
#
include
"algorithm/kupyna.hpp"
21
#
include
"algorithm/kmac.hpp"
Generated by
1.8.13