From caa0a683fbe8fe6fe259b19dd7dd41a5933b0fe7 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Mon, 22 Jun 2015 09:25:48 +0200 Subject: [PATCH] Test to verify the correctness of the bt tiger hash - to be reverted. --- test/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/main.cpp b/test/main.cpp index 7583ef6..26f0882 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -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;