WPILibC++ 2024.3.2
|
#include <stdint.h>
#include <span>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | wpi |
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) |