Skip to content

Instantly share code, notes, and snippets.

View epicabsol's full-sized avatar

benji epicabsol

View GitHub Profile
@epicabsol
epicabsol / Hash.h
Created June 2, 2021 09:47
64-bit FNV1a Hash (Run-Time and Compile-Time)
/**
* @file Hash.h
* @author Ben Garcia (ben@bendoescode.com)
* @brief Provides run-time and compile-time 64-bit FNV1a hashing for strings and data.
* @version 1.0
* @date 2021-06-02
*/
#pragma once