From 1e6d964d26b631cbac0cd1d5eb26c22d07a0be49 Mon Sep 17 00:00:00 2001 From: hashlag <90853356+hashlag@users.noreply.github.com> Date: Mon, 25 Aug 2025 23:55:57 +0300 Subject: [PATCH] Introduce Cipher/Arc4 subdir --- Chaos/Cipher/{ => Arc4}/Arc4.hpp | 0 ChaosTests/Cipher/Arc4Tests.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Chaos/Cipher/{ => Arc4}/Arc4.hpp (100%) diff --git a/Chaos/Cipher/Arc4.hpp b/Chaos/Cipher/Arc4/Arc4.hpp similarity index 100% rename from Chaos/Cipher/Arc4.hpp rename to Chaos/Cipher/Arc4/Arc4.hpp diff --git a/ChaosTests/Cipher/Arc4Tests.cpp b/ChaosTests/Cipher/Arc4Tests.cpp index 4eb786e..3e2350c 100644 --- a/ChaosTests/Cipher/Arc4Tests.cpp +++ b/ChaosTests/Cipher/Arc4Tests.cpp @@ -1,6 +1,6 @@ #include -#include "Cipher/Arc4.hpp" +#include "Cipher/Arc4/Arc4.hpp" using namespace Chaos::Cipher::Arc4;