Create basic file structure for Arc4 implementation
This commit is contained in:
9
Chaos/Cipher/Arc4.hpp
Normal file
9
Chaos/Cipher/Arc4.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CHAOS_CIPHER_ARC4_HPP
|
||||
#define CHAOS_CIPHER_ARC4_HPP
|
||||
|
||||
namespace Chaos::Cipher::Arc4
|
||||
{
|
||||
|
||||
} // namespace Chaos::Cipher::Arc4
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user