Create dedicated Cipher/Block directory for block ciphers
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 1m41s

Move Des there.
This commit is contained in:
hashlag
2026-01-30 01:01:48 +03:00
parent b5d1f9a6fc
commit 3c98b75986
2 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
#include <gtest/gtest.h>
#include "Cipher/Des/DesCrypt.hpp"
#include "Cipher/Block/Des/DesCrypt.hpp"
using namespace Chaos::Cipher::Des;
using namespace Chaos::Cipher::Block::Des;
TEST(DesCryptTests, KeyScheduleTest)
{