14 lines
258 B
C++
14 lines
258 B
C++
/***
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: Hashing.hpp
|
|
Date: 2021-6-10
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
#include "EHashType.hpp"
|
|
#include "HashStream.hpp"
|
|
#include "Digests.hpp"
|
|
|
|
#include "CE/fnv1.hpp" |