btllib
 All Classes Namespaces Functions Variables
nthash.hpp
1 #pragma once
2 
3 #include <array>
4 #include <cstdint>
5 #include <cstring>
6 #include <deque>
7 #include <memory>
8 #include <string>
9 #include <string_view>
10 #include <vector>
11 
12 #include <btllib/hashing_internals.hpp>
13 #include <btllib/nthash_kmer.hpp>
14 #include <btllib/nthash_seed.hpp>
15 #include <btllib/status.hpp>
16 
17 namespace btllib {
18 
24 static const char* const NTHASH_FN_NAME = "ntHash_v2";
25 
26 } // namespace btllib