tools/bench: add hash/tiger to benchmark
This commit is contained in:
parent
55ccf4b698
commit
180ecaae5f
@ -7,6 +7,7 @@
|
||||
#include "cruft/crypto/hash/ripemd.hpp"
|
||||
#include "cruft/crypto/hash/sha1.hpp"
|
||||
#include "cruft/crypto/hash/sha2.hpp"
|
||||
#include "cruft/crypto/hash/tiger.hpp"
|
||||
|
||||
#include <cruft/util/std.hpp>
|
||||
#include <cruft/util/random.hpp>
|
||||
@ -71,6 +72,7 @@ main (void)
|
||||
SHA1,
|
||||
SHA256,
|
||||
blake<512>,
|
||||
blake2
|
||||
blake2,
|
||||
tiger
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue
Block a user