Test to verify the correctness of the bt tiger hash - to be reverted.

This commit is contained in:
King_DuckZ 2015-06-22 09:25:48 +02:00
parent 0dada705aa
commit caa0a683fb

View file

@ -42,6 +42,10 @@ namespace {
} //unnamed namespace
int main() {
static constexpr auto h = dk::tiger("message digest", 14, 0x01);
std::cout << std::hex << h.a << '\n' << 0x951A2078CBF881D9ULL << std::endl;
return 0;
typedef dk::Tyler<2>::coords coords2;
using dkh::AsciiMapSource;