Introduce a base class for hashes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "Md4.hpp"
|
||||
#include "Hashing/Md4.hpp"
|
||||
|
||||
using namespace Chaos::Md4;
|
||||
using namespace Chaos::Hashing::Md4;
|
||||
|
||||
TEST(Md4Tests, RFCTest)
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "Md5.hpp"
|
||||
#include "Hashing/Md5.hpp"
|
||||
|
||||
using namespace Chaos::Md5;
|
||||
using namespace Chaos::Hashing::Md5;
|
||||
|
||||
TEST(Md5Tests, RFCTest)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user