#include <stdint.h>
#include <span>
#include <string_view>
Go to the source code of this file.
Classes | |
struct | wpi::XXH128_hash_t |
The return value from 128-bit hashes. More... | |
Namespaces | |
namespace | wpi |
Foonathan namespace. | |
Functions | |
uint64_t | wpi::xxHash64 (std::string_view Data) |
uint64_t | wpi::xxHash64 (std::span< const uint8_t > Data) |
uint64_t | wpi::xxh3_64bits (std::span< const uint8_t > data) |
uint64_t | wpi::xxh3_64bits (std::string_view data) |
XXH128_hash_t | wpi::xxh3_128bits (std::span< const uint8_t > data) |
XXH3's 128-bit variant. | |