Create basic file structure for Arc4 implementation

This commit is contained in:
hashlag
2025-08-23 00:36:39 +03:00
parent 41b50e66c7
commit ad10b33a70
2 changed files with 14 additions and 0 deletions

View File

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