Test to verify the correctness of the bt tiger hash - to be reverted.
This commit is contained in:
parent
0dada705aa
commit
caa0a683fb
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ namespace {
|
||||||
} //unnamed namespace
|
} //unnamed namespace
|
||||||
|
|
||||||
int main() {
|
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;
|
typedef dk::Tyler<2>::coords coords2;
|
||||||
using dkh::AsciiMapSource;
|
using dkh::AsciiMapSource;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue