Use xxhash and remove unused hash functions:

We had several hash functions implemented, including SipHash,
SpookyHash and FNV1a.

Default to using xxhash and remove the code for the remaining
hash functions.
This commit is contained in:
Nikolaos D. Bougalis
2018-03-28 17:35:19 -07:00
parent 75c4dbb0a1
commit 327377cb2d
12 changed files with 2 additions and 1648 deletions

View File

@@ -21,8 +21,6 @@
#include <test/beast/beast_weak_fn_test.cpp>
#include <test/beast/beast_Zero_test.cpp>
#include <test/beast/define_print.cpp>
#include <test/beast/hash_append_test.cpp>
#include <test/beast/hash_speed_test.cpp>
#include <test/beast/IPEndpoint_test.cpp>
#include <test/beast/LexicalCast_test.cpp>
#include <test/beast/SemanticVersion_test.cpp>