Skip to content

Commit

Permalink
beamsplitter verification changed
Browse files Browse the repository at this point in the history
no idea why
  • Loading branch information
rurban committed Dec 12, 2024
1 parent ca3a6f8 commit c9834c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ HashInfo g_hashes[] =
#endif
// and now the quality hash funcs, slowest first
{ tifuhash_64, 64, TIFU_VERIF, "tifuhash_64", "Tiny Floatingpoint Unique Hash with continued egyptian fractions", GOOD, {} },
{ beamsplitter_64, 64, 0x1BDF358B, "beamsplitter","A possibly universal hash made with a 10x64 s-box.", GOOD, {} },
{ beamsplitter_64, 64, 0x17703D82, "beamsplitter","A possibly universal hash made with a 10x64 s-box.", GOOD, {} },
{ discohash1::DISCoHAsH<64>, 64, 0xBEBB4185, "discohash1", "DISCoHAsH 64 (was BEBB4185) v1", GOOD, {} },
{ discohash1::DISCoHAsH<128>, 128, 0x05C0460C, "discohash1-128", "DISCoHAsH v1", GOOD, {} },
{ discohash2::DISCoHAsH_2<64>, 64, 0x8FF45ABF, "discohash2", "DISCoHAsH v2", GOOD, {} },
Expand Down

0 comments on commit c9834c4

Please sign in to comment.