This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file Hash.h | |
* @author Ben Garcia ([email protected]) | |
* @brief Provides run-time and compile-time 64-bit FNV1a hashing for strings and data. | |
* @version 1.0 | |
* @date 2021-06-02 | |
*/ | |
#pragma once |