You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
303 B
C
15 lines
303 B
C
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_HASh_
|
|
#define DLIB_HASh_
|
|
|
|
|
|
#include "general_hash/hash.h"
|
|
#include "general_hash/random_hashing.h"
|
|
#include "general_hash/count_bits.h"
|
|
|
|
|
|
#endif // DLIB_HASh_
|
|
|
|
|