Cybersecurity-Projects/PROJECTS/beginner/hash-cracker/src/hash/SHA512Hasher.hpp

13 lines
232 B
C++

/*
©AngelaMos | 2026
SHA512Hasher.hpp
Forwarding header exposing SHA512Hasher from EVPHasher.hpp
Connects to:
hash/EVPHasher.hpp - defines SHA512Hasher as EVPHasher<SHA512Tag>
*/
#pragma once
#include "src/hash/EVPHasher.hpp"