Create dedicated Cipher/Block directory for block ciphers
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 1m41s
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 1m41s
Move Des there.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user