Introduce Cipher/Arc4 subdir

This commit is contained in:
hashlag
2025-08-25 23:55:57 +03:00
parent e884ae7cd4
commit 1e6d964d26
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "Cipher/Arc4.hpp" #include "Cipher/Arc4/Arc4.hpp"
using namespace Chaos::Cipher::Arc4; using namespace Chaos::Cipher::Arc4;