Rename subdir Chaos/Hashing --> Chaos/Hash

This commit is contained in:
hashlag
2025-08-15 23:01:51 +03:00
parent 0006593087
commit e6703e13af
6 changed files with 24 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
#include <gtest/gtest.h>
#include "Hashing/Md4.hpp"
#include "Hash/Md4.hpp"
using namespace Chaos::Hashing::Md4;
using namespace Chaos::Hash::Md4;
TEST(Md4Tests, RFCTest)
{