/*** Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: AuHashing.cpp Date: 2021-6-17 Author: Reece ***/ #include #include "AuHashing.hpp" namespace Aurora::Hashing { void InitHashing() { } }