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

9
Chaos/Cipher/Arc4.hpp Normal file
View File

@@ -0,0 +1,9 @@
#ifndef CHAOS_CIPHER_ARC4_HPP
#define CHAOS_CIPHER_ARC4_HPP
namespace Chaos::Cipher::Arc4
{
} // namespace Chaos::Cipher::Arc4
#endif